Html Css Color HEX #F24404 Orange Red

📋 copy color: '#F24404'

red 242 ◦ green 68 ◦ blue 4

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

Shades of Orange Red #F24404

Tints of Orange Red #F24404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.66%

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

R = 77.07%
G = 21.66%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F24404 (or 0xF24404) is known color: Orange Red. HEX triplet: F2, 44 and 04. RGB value is (242,68,4). Sum of RGB (Red+Green+Blue) = 242+68+4=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F24404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24404 is #0DBBFB. Grayscale: #717171. Windows color (decimal): -900092 or 279794. OLE color: 279794.

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

Color convert

RGB 242 68 4 -
CMYK 0 0.72 0.98 0.05
HSL 16.13º 0.97% 0.48% -
HSV(B) 16.13º 0.98% 0.95% -
XYZ 38.71 23.02 2.52 -
YUV 112.73 66.65 220.2 -
System Red Green Blue C M Y K H S L
Decimal 242 68 4 0 0.72 0.98 0.05 16.13 0.97 0.48
Hex F2 44 4 0 48 62 5 10 61 30
Octal 362 104 4 0 110 142 5 20 141 60
Binary 11110010 1000100 100 0 1001000 1100010 101 10000 1100001 110000

Color Harmonies of #F24404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24404

Black with #F24404

Text Example


Text Example

White with #F24404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24404; }

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

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

background-color css

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

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

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

border-color css

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

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

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