Html Css Color HEX #F95501 International Orange

📋 copy color: '#F95501'

red 249 ◦ green 85 ◦ blue 1

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

Shades of International Orange #F95501

Tints of International Orange #F95501

RGB

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

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

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

R = 74.33%
G = 25.37%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F95501 (or 0xF95501) is known color: International Orange. HEX triplet: F9, 55 and 01. RGB value is (249,85,1). Sum of RGB (Red+Green+Blue) = 249+85+1=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F95501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95501 is #06AAFE. Grayscale: #7C7C7C. Windows color (decimal): -436991 or 87545. OLE color: 87545.

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

Color convert

RGB 249 85 1 -
CMYK 0 0.66 1.00 0.02
HSL 20.32º 0.99% 0.49% -
HSV(B) 20.32º 1% 0.98% -
XYZ 42.32 26.64 2.94 -
YUV 124.46 58.33 216.83 -
System Red Green Blue C M Y K H S L
Decimal 249 85 1 0 0.66 1.00 0.02 20.32 0.99 0.49
Hex F9 55 1 0 42 64 2 14 63 31
Octal 371 125 1 0 102 144 2 24 143 61
Binary 11111001 1010101 1 0 1000010 1100100 10 10100 1100011 110001

Color Harmonies of #F95501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95501

Black with #F95501

Text Example


Text Example

White with #F95501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95501; }

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

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

background-color css

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

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

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

border-color css

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

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

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