Html Css Color HEX #F95401 International Orange

📋 copy color: '#F95401'

red 249 ◦ green 84 ◦ blue 1

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

Shades of International Orange #F95401

Tints of International Orange #F95401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.15%

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

R = 74.55%
G = 25.15%
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

#F95401 (or 0xF95401) is known color: International Orange. HEX triplet: F9, 54 and 01. RGB value is (249,84,1). Sum of RGB (Red+Green+Blue) = 249+84+1=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F95401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95401 is #06ABFE. Grayscale: #7C7C7C. Windows color (decimal): -437247 or 87289. OLE color: 87289.

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

Color convert

RGB 249 84 1 -
CMYK 0 0.66 1.00 0.02
HSL 20.08º 0.99% 0.49% -
HSV(B) 20.08º 1% 0.98% -
XYZ 42.24 26.48 2.91 -
YUV 123.87 58.66 217.25 -
System Red Green Blue C M Y K H S L
Decimal 249 84 1 0 0.66 1.00 0.02 20.08 0.99 0.49
Hex F9 54 1 0 42 64 2 14 63 31
Octal 371 124 1 0 102 144 2 24 143 61
Binary 11111001 1010100 1 0 1000010 1100100 10 10100 1100011 110001

Color Harmonies of #F95401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95401

Black with #F95401

Text Example


Text Example

White with #F95401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95401; }

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

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

background-color css

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

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

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

border-color css

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

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

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