Html Css Color HEX #F95101 International Orange

📋 copy color: '#F95101'

red 249 ◦ green 81 ◦ blue 1

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

Shades of International Orange #F95101

Tints of International Orange #F95101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.47%

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

R = 75.23%
G = 24.47%
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

#F95101 (or 0xF95101) is known color: International Orange. HEX triplet: F9, 51 and 01. RGB value is (249,81,1). Sum of RGB (Red+Green+Blue) = 249+81+1=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F95101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95101 is #06AEFE. Grayscale: #7A7A7A. Windows color (decimal): -438015 or 86521. OLE color: 86521.

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

Color convert

RGB 249 81 1 -
CMYK 0 0.67 1.00 0.02
HSL 19.35º 0.99% 0.49% -
HSV(B) 19.35º 1% 0.98% -
XYZ 42.01 26.03 2.84 -
YUV 122.11 59.66 218.5 -
System Red Green Blue C M Y K H S L
Decimal 249 81 1 0 0.67 1.00 0.02 19.35 0.99 0.49
Hex F9 51 1 0 43 64 2 13 63 31
Octal 371 121 1 0 103 144 2 23 143 61
Binary 11111001 1010001 1 0 1000011 1100100 10 10011 1100011 110001

Color Harmonies of #F95101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95101

Black with #F95101

Text Example


Text Example

White with #F95101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95101; }

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

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

background-color css

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

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

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

border-color css

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

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

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