Html Css Color HEX #F74F06 International Orange

📋 copy color: '#F74F06'

red 247 ◦ green 79 ◦ blue 6

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

Shades of International Orange #F74F06

Tints of International Orange #F74F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.8%

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

R = 74.4%
G = 23.8%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F74F06 (or 0xF74F06) is known color: International Orange. HEX triplet: F7, 4F and 06. RGB value is (247,79,6). Sum of RGB (Red+Green+Blue) = 247+79+6=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74F06 is #08B0F9. Grayscale: #797979. Windows color (decimal): -569594 or 413687. OLE color: 413687.

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

Color convert

RGB 247 79 6 -
CMYK 0 0.68 0.98 0.03
HSL 18.17º 0.95% 0.5% -
HSV(B) 18.17º 0.98% 0.97% -
XYZ 41.19 25.38 2.9 -
YUV 120.91 63.16 217.94 -
System Red Green Blue C M Y K H S L
Decimal 247 79 6 0 0.68 0.98 0.03 18.17 0.95 0.5
Hex F7 4F 6 0 44 62 3 12 5F 32
Octal 367 117 6 0 104 142 3 22 137 62
Binary 11110111 1001111 110 0 1000100 1100010 11 10010 1011111 110010

Color Harmonies of #F74F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F06

Black with #F74F06

Text Example


Text Example

White with #F74F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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