Html Css Color HEX #F95301 International Orange

📋 copy color: '#F95301'

red 249 ◦ green 83 ◦ blue 1

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

Shades of International Orange #F95301

Tints of International Orange #F95301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

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

R = 74.77%
G = 24.92%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F95301 (or 0xF95301) is known color: International Orange. HEX triplet: F9, 53 and 01. RGB value is (249,83,1). Sum of RGB (Red+Green+Blue) = 249+83+1=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F95301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95301 is #06ACFE. Grayscale: #7B7B7B. Windows color (decimal): -437503 or 87033. OLE color: 87033.

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

Color convert

RGB 249 83 1 -
CMYK 0 0.67 1.00 0.02
HSL 19.84º 0.99% 0.49% -
HSV(B) 19.84º 1% 0.98% -
XYZ 42.17 26.33 2.89 -
YUV 123.29 59 217.67 -
System Red Green Blue C M Y K H S L
Decimal 249 83 1 0 0.67 1.00 0.02 19.84 0.99 0.49
Hex F9 53 1 0 43 64 2 14 63 31
Octal 371 123 1 0 103 144 2 24 143 61
Binary 11111001 1010011 1 0 1000011 1100100 10 10100 1100011 110001

Color Harmonies of #F95301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95301

Black with #F95301

Text Example


Text Example

White with #F95301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95301; }

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

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

background-color css

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

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

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

border-color css

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

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

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