Html Css Color HEX #F24804 Orange Red

📋 copy color: '#F24804'

red 242 ◦ green 72 ◦ blue 4

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

Shades of Orange Red #F24804

Tints of Orange Red #F24804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.64%

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

R = 76.1%
G = 22.64%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F24804 (or 0xF24804) is known color: Orange Red. HEX triplet: F2, 48 and 04. RGB value is (242,72,4). Sum of RGB (Red+Green+Blue) = 242+72+4=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F24804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24804 is #0DB7FB. Grayscale: #737373. Windows color (decimal): -899068 or 280818. OLE color: 280818.

HSL color Cylindrical-coordinate representation of color #F24804: hue angle of 17.14º 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 #F24804 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 72 4 -
CMYK 0 0.70 0.98 0.05
HSL 17.14º 0.97% 0.48% -
HSV(B) 17.14º 0.98% 0.95% -
XYZ 38.96 23.52 2.6 -
YUV 115.08 65.32 218.53 -
System Red Green Blue C M Y K H S L
Decimal 242 72 4 0 0.70 0.98 0.05 17.14 0.97 0.48
Hex F2 48 4 0 46 62 5 11 61 30
Octal 362 110 4 0 106 142 5 21 141 60
Binary 11110010 1001000 100 0 1000110 1100010 101 10001 1100001 110000

Color Harmonies of #F24804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24804

Black with #F24804

Text Example


Text Example

White with #F24804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24804; }

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

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

background-color css

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

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

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

border-color css

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

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

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