Html Css Color HEX #F24035 Red Orange

📋 copy color: '#F24035'

red 242 ◦ green 64 ◦ blue 53

#F24035
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Orange #F24035

Tints of Red Orange #F24035

RGB

 RED value IS 242 (94.92% from 255) = 67.41%

 GREEN value IS 64 (25.39% from 255) = 17.83%

 BLUE value IS 53 (21.09% from 255) = 14.76%

R = 67.41%
G = 17.83%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F24035 (or 0xF24035) is known color: Red Orange. HEX triplet: F2, 40 and 35. RGB value is (242,64,53). Sum of RGB (Red+Green+Blue) = 242+64+53=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F24035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24035 is #0DBFCA. Grayscale: #747474. Windows color (decimal): -901067 or 3490034. OLE color: 3490034.

HSL color Cylindrical-coordinate representation of color #F24035: hue angle of 3.49º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F24035 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 64 53 -
CMYK 0 0.74 0.78 0.05
HSL 3.49º 0.88% 0.58% -
HSV(B) 3.49º 0.78% 0.95% -
XYZ 39.09 22.8 5.71 -
YUV 115.97 92.47 217.89 -
System Red Green Blue C M Y K H S L
Decimal 242 64 53 0 0.74 0.78 0.05 3.49 0.88 0.58
Hex F2 40 35 0 4A 4E 5 3 58 3A
Octal 362 100 65 0 112 116 5 3 130 72
Binary 11110010 1000000 110101 0 1001010 1001110 101 11 1011000 111010

Color Harmonies of #F24035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24035

Black with #F24035

Text Example


Text Example

White with #F24035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24035; }

 p { color: rgb(242,64,53); }

 H1.HeaderClassName
 {
   color: #F24035;
 }
 .AnyTagClassName
 {
   color: #F24035;
 }
</style>

background-color css

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

 a { background-color: rgb(242,64,53); }

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

border-color css

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

 span { border-color: rgb(242,64,53); }

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