Html Css Color HEX #F74F01 International Orange

📋 copy color: '#F74F01'

red 247 ◦ green 79 ◦ blue 1

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

Shades of International Orange #F74F01

Tints of International Orange #F74F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 75.54%
G = 24.16%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F74F01 (or 0xF74F01) is known color: International Orange. HEX triplet: F7, 4F and 01. RGB value is (247,79,1). Sum of RGB (Red+Green+Blue) = 247+79+1=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74F01 is #08B0FE. Grayscale: #787878. Windows color (decimal): -569599 or 86007. OLE color: 86007.

HSL color Cylindrical-coordinate representation of color #F74F01: hue angle of 19.02º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F74F01 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 79 1 -
CMYK 0 0.68 1.00 0.03
HSL 19.02º 0.99% 0.49% -
HSV(B) 19.02º 1% 0.97% -
XYZ 41.16 25.37 2.76 -
YUV 120.34 60.66 218.34 -
System Red Green Blue C M Y K H S L
Decimal 247 79 1 0 0.68 1.00 0.03 19.02 0.99 0.49
Hex F7 4F 1 0 44 64 3 13 63 31
Octal 367 117 1 0 104 144 3 23 143 61
Binary 11110111 1001111 1 0 1000100 1100100 11 10011 1100011 110001

Color Harmonies of #F74F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F01

Black with #F74F01

Text Example


Text Example

White with #F74F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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