Html Css Color HEX #F24607 Orange Red

📋 copy color: '#F24607'

red 242 ◦ green 70 ◦ blue 7

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

Shades of Orange Red #F24607

Tints of Orange Red #F24607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 75.86%
G = 21.94%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F24607 (or 0xF24607) is known color: Orange Red. HEX triplet: F2, 46 and 07. RGB value is (242,70,7). Sum of RGB (Red+Green+Blue) = 242+70+7=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F24607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24607 is #0DB9F8. Grayscale: #727272. Windows color (decimal): -899577 or 476914. OLE color: 476914.

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

Color convert

RGB 242 70 7 -
CMYK 0 0.71 0.97 0.05
HSL 16.09º 0.94% 0.49% -
HSV(B) 16.09º 0.97% 0.95% -
XYZ 38.85 23.27 2.65 -
YUV 114.25 67.48 219.12 -
System Red Green Blue C M Y K H S L
Decimal 242 70 7 0 0.71 0.97 0.05 16.09 0.94 0.49
Hex F2 46 7 0 47 61 5 10 5E 31
Octal 362 106 7 0 107 141 5 20 136 61
Binary 11110010 1000110 111 0 1000111 1100001 101 10000 1011110 110001

Color Harmonies of #F24607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24607

Black with #F24607

Text Example


Text Example

White with #F24607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24607; }

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

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

background-color css

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

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

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

border-color css

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

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

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