Html Css Color HEX #F95502 International Orange

📋 copy color: '#F95502'

red 249 ◦ green 85 ◦ blue 2

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

Shades of International Orange #F95502

Tints of International Orange #F95502

RGB

 RED value IS 249 (97.66% from 255) = 74.11%

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

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

R = 74.11%
G = 25.3%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F95502 (or 0xF95502) is known color: International Orange. HEX triplet: F9, 55 and 02. RGB value is (249,85,2). Sum of RGB (Red+Green+Blue) = 249+85+2=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F95502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95502 is #06AAFD. Grayscale: #7D7D7D. Windows color (decimal): -436990 or 153081. OLE color: 153081.

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

Color convert

RGB 249 85 2 -
CMYK 0 0.66 0.99 0.02
HSL 20.16º 0.98% 0.49% -
HSV(B) 20.16º 0.99% 0.98% -
XYZ 42.33 26.64 2.97 -
YUV 124.57 58.83 216.75 -
System Red Green Blue C M Y K H S L
Decimal 249 85 2 0 0.66 0.99 0.02 20.16 0.98 0.49
Hex F9 55 2 0 42 63 2 14 62 31
Octal 371 125 2 0 102 143 2 24 142 61
Binary 11111001 1010101 10 0 1000010 1100011 10 10100 1100010 110001

Color Harmonies of #F95502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95502

Black with #F95502

Text Example


Text Example

White with #F95502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95502; }

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

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

background-color css

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

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

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

border-color css

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

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

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