Html Css Color HEX #F24614 Orange Red

📋 copy color: '#F24614'

red 242 ◦ green 70 ◦ blue 20

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

Shades of Orange Red #F24614

Tints of Orange Red #F24614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 72.89%
G = 21.08%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F24614 (or 0xF24614) is known color: Orange Red. HEX triplet: F2, 46 and 14. RGB value is (242,70,20). Sum of RGB (Red+Green+Blue) = 242+70+20=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F24614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24614 is #0DB9EB. Grayscale: #747474. Windows color (decimal): -899564 or 1328882. OLE color: 1328882.

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

Color convert

RGB 242 70 20 -
CMYK 0 0.71 0.92 0.05
HSL 13.51º 0.9% 0.51% -
HSV(B) 13.51º 0.92% 0.95% -
XYZ 38.93 23.31 3.11 -
YUV 115.73 73.98 218.07 -
System Red Green Blue C M Y K H S L
Decimal 242 70 20 0 0.71 0.92 0.05 13.51 0.9 0.51
Hex F2 46 14 0 47 5C 5 E 5A 33
Octal 362 106 24 0 107 134 5 16 132 63
Binary 11110010 1000110 10100 0 1000111 1011100 101 1110 1011010 110011

Color Harmonies of #F24614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24614

Black with #F24614

Text Example


Text Example

White with #F24614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24614; }

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

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

background-color css

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

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

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

border-color css

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

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

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