Html Css Color HEX #F24604 Orange Red

📋 copy color: '#F24604'

red 242 ◦ green 70 ◦ blue 4

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

Shades of Orange Red #F24604

Tints of Orange Red #F24604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 76.58%
G = 22.15%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F24604 (or 0xF24604) is known color: Orange Red. HEX triplet: F2, 46 and 04. RGB value is (242,70,4). Sum of RGB (Red+Green+Blue) = 242+70+4=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F24604 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24604 is #0DB9FB. Grayscale: #727272. Windows color (decimal): -899580 or 280306. OLE color: 280306.

HSL color Cylindrical-coordinate representation of color #F24604: hue angle of 16.64º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F24604 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 70 4 -
CMYK 0 0.71 0.98 0.05
HSL 16.64º 0.97% 0.48% -
HSV(B) 16.64º 0.98% 0.95% -
XYZ 38.83 23.27 2.56 -
YUV 113.9 65.98 219.37 -
System Red Green Blue C M Y K H S L
Decimal 242 70 4 0 0.71 0.98 0.05 16.64 0.97 0.48
Hex F2 46 4 0 47 62 5 11 61 30
Octal 362 106 4 0 107 142 5 21 141 60
Binary 11110010 1000110 100 0 1000111 1100010 101 10001 1100001 110000

Color Harmonies of #F24604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24604

Black with #F24604

Text Example


Text Example

White with #F24604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24604; }

 p { color: rgb(242,70,4); }

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

background-color css

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

 a { background-color: rgb(242,70,4); }

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

border-color css

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

 span { border-color: rgb(242,70,4); }

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