Html Css Color HEX #FE5811 International Orange

📋 copy color: '#FE5811'

red 254 ◦ green 88 ◦ blue 17

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

Shades of International Orange #FE5811

Tints of International Orange #FE5811

RGB

 RED value IS 254 (99.61% from 255) = 70.75%

 GREEN value IS 88 (34.77% from 255) = 24.51%

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

R = 70.75%
G = 24.51%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE5811 (or 0xFE5811) is known color: International Orange. HEX triplet: FE, 58 and 11. RGB value is (254,88,17). Sum of RGB (Red+Green+Blue) = 254+88+17=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5811 is #01A7EE. Grayscale: #818181. Windows color (decimal): -108527 or 1136894. OLE color: 1136894.

HSL color Cylindrical-coordinate representation of color #FE5811: hue angle of 17.97º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE5811 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 88 17 -
CMYK 0 0.65 0.93 0.00
HSL 17.97º 0.99% 0.53% -
HSV(B) 17.97º 0.93% 1% -
XYZ 44.46 28.09 3.61 -
YUV 129.54 64.5 216.77 -
System Red Green Blue C M Y K H S L
Decimal 254 88 17 0 0.65 0.93 0.00 17.97 0.99 0.53
Hex FE 58 11 0 41 5D 0 12 63 35
Octal 376 130 21 0 101 135 0 22 143 65
Binary 11111110 1011000 10001 0 1000001 1011101 0 10010 1100011 110101

Color Harmonies of #FE5811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5811

Black with #FE5811

Text Example


Text Example

White with #FE5811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5811; }

 p { color: rgb(254,88,17); }

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

background-color css

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

 a { background-color: rgb(254,88,17); }

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

border-color css

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

 span { border-color: rgb(254,88,17); }

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