Html Css Color HEX #F24706 Orange Red

📋 copy color: '#F24706'

red 242 ◦ green 71 ◦ blue 6

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

Shades of Orange Red #F24706

Tints of Orange Red #F24706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

 BLUE value IS 6 (2.73% from 255) = 1.88%

R = 75.86%
G = 22.26%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F24706 (or 0xF24706) is known color: Orange Red. HEX triplet: F2, 47 and 06. RGB value is (242,71,6). Sum of RGB (Red+Green+Blue) = 242+71+6=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F24706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24706 is #0DB8F9. Grayscale: #737373. Windows color (decimal): -899322 or 411634. OLE color: 411634.

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

Color convert

RGB 242 71 6 -
CMYK 0 0.71 0.98 0.05
HSL 16.53º 0.95% 0.49% -
HSV(B) 16.53º 0.98% 0.95% -
XYZ 38.9 23.4 2.64 -
YUV 114.72 66.65 218.79 -
System Red Green Blue C M Y K H S L
Decimal 242 71 6 0 0.71 0.98 0.05 16.53 0.95 0.49
Hex F2 47 6 0 47 62 5 11 5F 31
Octal 362 107 6 0 107 142 5 21 137 61
Binary 11110010 1000111 110 0 1000111 1100010 101 10001 1011111 110001

Color Harmonies of #F24706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24706

Black with #F24706

Text Example


Text Example

White with #F24706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24706; }

 p { color: rgb(242,71,6); }

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

background-color css

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

 a { background-color: rgb(242,71,6); }

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

border-color css

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

 span { border-color: rgb(242,71,6); }

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