Html Css Color HEX #F95011 International Orange

📋 copy color: '#F95011'

red 249 ◦ green 80 ◦ blue 17

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

Shades of International Orange #F95011

Tints of International Orange #F95011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

 BLUE value IS 17 (7.03% from 255) = 4.91%

R = 71.97%
G = 23.12%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F95011 (or 0xF95011) is known color: International Orange. HEX triplet: F9, 50 and 11. RGB value is (249,80,17). Sum of RGB (Red+Green+Blue) = 249+80+17=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F95011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95011 is #06AFEE. Grayscale: #7B7B7B. Windows color (decimal): -438255 or 1134841. OLE color: 1134841.

HSL color Cylindrical-coordinate representation of color #F95011: hue angle of 16.29º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F95011 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 80 17 -
CMYK 0 0.68 0.93 0.02
HSL 16.29º 0.95% 0.52% -
HSV(B) 16.29º 0.93% 0.98% -
XYZ 42.04 25.92 3.32 -
YUV 123.35 67.99 217.62 -
System Red Green Blue C M Y K H S L
Decimal 249 80 17 0 0.68 0.93 0.02 16.29 0.95 0.52
Hex F9 50 11 0 44 5D 2 10 5F 34
Octal 371 120 21 0 104 135 2 20 137 64
Binary 11111001 1010000 10001 0 1000100 1011101 10 10000 1011111 110100

Color Harmonies of #F95011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95011

Black with #F95011

Text Example


Text Example

White with #F95011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95011; }

 p { color: rgb(249,80,17); }

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

background-color css

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

 a { background-color: rgb(249,80,17); }

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

border-color css

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

 span { border-color: rgb(249,80,17); }

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