Html Css Color HEX #F74206 Orange Red

📋 copy color: '#F74206'

red 247 ◦ green 66 ◦ blue 6

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

Shades of Orange Red #F74206

Tints of Orange Red #F74206

RGB

 RED value IS 247 (96.88% from 255) = 77.43%

 GREEN value IS 66 (26.17% from 255) = 20.69%

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

R = 77.43%
G = 20.69%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F74206 (or 0xF74206) is known color: Orange Red. HEX triplet: F7, 42 and 06. RGB value is (247,66,6). Sum of RGB (Red+Green+Blue) = 247+66+6=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F74206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74206 is #08BDF9. Grayscale: #717171. Windows color (decimal): -572922 or 410359. OLE color: 410359.

HSL color Cylindrical-coordinate representation of color #F74206: hue angle of 14.94º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F74206 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 66 6 -
CMYK 0 0.73 0.98 0.03
HSL 14.94º 0.95% 0.5% -
HSV(B) 14.94º 0.98% 0.97% -
XYZ 40.34 23.68 2.62 -
YUV 113.28 67.47 223.38 -
System Red Green Blue C M Y K H S L
Decimal 247 66 6 0 0.73 0.98 0.03 14.94 0.95 0.5
Hex F7 42 6 0 49 62 3 F 5F 32
Octal 367 102 6 0 111 142 3 17 137 62
Binary 11110111 1000010 110 0 1001001 1100010 11 1111 1011111 110010

Color Harmonies of #F74206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74206

Black with #F74206

Text Example


Text Example

White with #F74206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74206; }

 p { color: rgb(247,66,6); }

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

background-color css

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

 a { background-color: rgb(247,66,6); }

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

border-color css

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

 span { border-color: rgb(247,66,6); }

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