Html Css Color HEX #F74F02 International Orange

📋 copy color: '#F74F02'

red 247 ◦ green 79 ◦ blue 2

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

Shades of International Orange #F74F02

Tints of International Orange #F74F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 75.3%
G = 24.09%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F74F02 (or 0xF74F02) is known color: International Orange. HEX triplet: F7, 4F and 02. RGB value is (247,79,2). Sum of RGB (Red+Green+Blue) = 247+79+2=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74F02 is #08B0FD. Grayscale: #787878. Windows color (decimal): -569598 or 151543. OLE color: 151543.

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

Color convert

RGB 247 79 2 -
CMYK 0 0.68 0.99 0.03
HSL 18.86º 0.98% 0.49% -
HSV(B) 18.86º 0.99% 0.97% -
XYZ 41.16 25.37 2.78 -
YUV 120.45 61.16 218.26 -
System Red Green Blue C M Y K H S L
Decimal 247 79 2 0 0.68 0.99 0.03 18.86 0.98 0.49
Hex F7 4F 2 0 44 63 3 13 62 31
Octal 367 117 2 0 104 143 3 23 142 61
Binary 11110111 1001111 10 0 1000100 1100011 11 10011 1100010 110001

Color Harmonies of #F74F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F02

Black with #F74F02

Text Example


Text Example

White with #F74F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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