Html Css Color HEX #F75002 International Orange

📋 copy color: '#F75002'

red 247 ◦ green 80 ◦ blue 2

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

Shades of International Orange #F75002

Tints of International Orange #F75002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

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

R = 75.08%
G = 24.32%
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

#F75002 (or 0xF75002) is known color: International Orange. HEX triplet: F7, 50 and 02. RGB value is (247,80,2). Sum of RGB (Red+Green+Blue) = 247+80+2=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F75002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75002 is #08AFFD. Grayscale: #797979. Windows color (decimal): -569342 or 151799. OLE color: 151799.

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

Color convert

RGB 247 80 2 -
CMYK 0 0.68 0.99 0.03
HSL 19.1º 0.98% 0.49% -
HSV(B) 19.1º 0.99% 0.97% -
XYZ 41.24 25.52 2.81 -
YUV 121.04 60.83 217.84 -
System Red Green Blue C M Y K H S L
Decimal 247 80 2 0 0.68 0.99 0.03 19.1 0.98 0.49
Hex F7 50 2 0 44 63 3 13 62 31
Octal 367 120 2 0 104 143 3 23 142 61
Binary 11110111 1010000 10 0 1000100 1100011 11 10011 1100010 110001

Color Harmonies of #F75002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75002

Black with #F75002

Text Example


Text Example

White with #F75002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75002; }

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

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

background-color css

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

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

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

border-color css

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

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

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