Html Css Color HEX #F24410 Orange Red

📋 copy color: '#F24410'

red 242 ◦ green 68 ◦ blue 16

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

Shades of Orange Red #F24410

Tints of Orange Red #F24410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 74.23%
G = 20.86%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F24410 (or 0xF24410) is known color: Orange Red. HEX triplet: F2, 44 and 10. RGB value is (242,68,16). Sum of RGB (Red+Green+Blue) = 242+68+16=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F24410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24410 is #0DBBEF. Grayscale: #727272. Windows color (decimal): -900080 or 1066226. OLE color: 1066226.

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

Color convert

RGB 242 68 16 -
CMYK 0 0.72 0.93 0.05
HSL 13.81º 0.9% 0.51% -
HSV(B) 13.81º 0.93% 0.95% -
XYZ 38.78 23.05 2.9 -
YUV 114.1 72.65 219.23 -
System Red Green Blue C M Y K H S L
Decimal 242 68 16 0 0.72 0.93 0.05 13.81 0.9 0.51
Hex F2 44 10 0 48 5D 5 E 5A 33
Octal 362 104 20 0 110 135 5 16 132 63
Binary 11110010 1000100 10000 0 1001000 1011101 101 1110 1011010 110011

Color Harmonies of #F24410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24410

Black with #F24410

Text Example


Text Example

White with #F24410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24410; }

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

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

background-color css

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

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

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

border-color css

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

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

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