Html Css Color HEX #F75502 International Orange

📋 copy color: '#F75502'

red 247 ◦ green 85 ◦ blue 2

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

Shades of International Orange #F75502

Tints of International Orange #F75502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

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

R = 73.95%
G = 25.45%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F75502 (or 0xF75502) is known color: International Orange. HEX triplet: F7, 55 and 02. RGB value is (247,85,2). Sum of RGB (Red+Green+Blue) = 247+85+2=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F75502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75502 is #08AAFD. Grayscale: #7C7C7C. Windows color (decimal): -568062 or 153079. OLE color: 153079.

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

Color convert

RGB 247 85 2 -
CMYK 0 0.66 0.99 0.03
HSL 20.33º 0.98% 0.49% -
HSV(B) 20.33º 0.99% 0.97% -
XYZ 41.62 26.28 2.94 -
YUV 123.98 59.17 215.75 -
System Red Green Blue C M Y K H S L
Decimal 247 85 2 0 0.66 0.99 0.03 20.33 0.98 0.49
Hex F7 55 2 0 42 63 3 14 62 31
Octal 367 125 2 0 102 143 3 24 142 61
Binary 11110111 1010101 10 0 1000010 1100011 11 10100 1100010 110001

Color Harmonies of #F75502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75502

Black with #F75502

Text Example


Text Example

White with #F75502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75502; }

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

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

background-color css

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

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

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

border-color css

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

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

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