Html Css Color HEX #F24610 Orange Red

📋 copy color: '#F24610'

red 242 ◦ green 70 ◦ blue 16

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

Shades of Orange Red #F24610

Tints of Orange Red #F24610

RGB

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

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

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

R = 73.78%
G = 21.34%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F24610 (or 0xF24610) is known color: Orange Red. HEX triplet: F2, 46 and 10. RGB value is (242,70,16). Sum of RGB (Red+Green+Blue) = 242+70+16=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F24610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24610 is #0DB9EF. Grayscale: #737373. Windows color (decimal): -899568 or 1066738. OLE color: 1066738.

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

Color convert

RGB 242 70 16 -
CMYK 0 0.71 0.93 0.05
HSL 14.34º 0.9% 0.51% -
HSV(B) 14.34º 0.93% 0.95% -
XYZ 38.9 23.29 2.94 -
YUV 115.27 71.98 218.39 -
System Red Green Blue C M Y K H S L
Decimal 242 70 16 0 0.71 0.93 0.05 14.34 0.9 0.51
Hex F2 46 10 0 47 5D 5 E 5A 33
Octal 362 106 20 0 107 135 5 16 132 63
Binary 11110010 1000110 10000 0 1000111 1011101 101 1110 1011010 110011

Color Harmonies of #F24610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24610

Black with #F24610

Text Example


Text Example

White with #F24610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24610; }

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

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

background-color css

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

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

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

border-color css

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

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

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