#f44a35

Color #F44A35 Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #F44A35

Tints of Sunset Orange #F44A35

Color information

#F44A35 (or 0xF44A35) is unknown color: approx Sunset Orange. HEX triplet: F4, 4A and 35. RGB value is (244,74,53). Sum of RGB (Red+Green+Blue) = 244+74+53=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44A35 is #0BB5CA. Grayscale: #7A7A7A. Windows color (decimal): -767435 or 3492596. OLE color: 3492596.

HSL color Cylindrical-coordinate representation of color #F44A35: hue angle of 6.6º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F44A35 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB2447453-
CMYK00.700.780.04
HSL6.6º89.67%58.24%-
HSV(B)6.6º78.28%95.69%-
XYZ40.424.395.95-
YUV122.4488.82214.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 65.77%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=65.77%
G=19.95%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244745300.700.780.046.689.6758.24
HexF44A350464E475a3a
Octal3641126501061164713272
Binary1111010010010101101010100011010011101001111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f44a35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f44a35; }

 p { color: rgb(244,74,53); }

 H1.HeaderClassName
 {
   color: #f44a35;
 }
 .AnyTagClassName
 {
   color: #f44a35;
 }
</style>
background-color css

<style>
 a { background-color: #f44a35; }

 a { background-color: rgb(244,74,53); }

 div.DivClassName
 {
   background-color: #f44a35;
 }
 .BgClassName
 {
   background-color: #f44a35;
 }
</style>
border-color css

<style>
 span { border-color: #f44a35; }

 span { border-color: rgb(244,74,53); }

 td.TdClassName
 {
   border-color: #f44a35;
 }
 .TagClassName
 {
   border-color: #f44a35;
 }
</style>

cancel