Html Css Color HEX #F74706 Orange Red

📋 copy color: '#F74706'

red 247 ◦ green 71 ◦ blue 6

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

Shades of Orange Red #F74706

Tints of Orange Red #F74706

RGB

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

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

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

R = 76.23%
G = 21.91%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F74706 (or 0xF74706) is known color: Orange Red. HEX triplet: F7, 47 and 06. RGB value is (247,71,6). Sum of RGB (Red+Green+Blue) = 247+71+6=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F74706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74706 is #08B8F9. Grayscale: #747474. Windows color (decimal): -571642 or 411639. OLE color: 411639.

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

Color convert

RGB 247 71 6 -
CMYK 0 0.71 0.98 0.03
HSL 16.18º 0.95% 0.5% -
HSV(B) 16.18º 0.98% 0.97% -
XYZ 40.64 24.29 2.72 -
YUV 116.21 65.81 221.29 -
System Red Green Blue C M Y K H S L
Decimal 247 71 6 0 0.71 0.98 0.03 16.18 0.95 0.5
Hex F7 47 6 0 47 62 3 10 5F 32
Octal 367 107 6 0 107 142 3 20 137 62
Binary 11110111 1000111 110 0 1000111 1100010 11 10000 1011111 110010

Color Harmonies of #F74706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74706

Black with #F74706

Text Example


Text Example

White with #F74706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74706; }

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

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

background-color css

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

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

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

border-color css

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

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

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