Html Css Color HEX #FE5911 International Orange

📋 copy color: '#FE5911'

red 254 ◦ green 89 ◦ blue 17

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

Shades of International Orange #FE5911

Tints of International Orange #FE5911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.72%

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

R = 70.56%
G = 24.72%
B = 4.72%

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

#FE5911 (or 0xFE5911) is known color: International Orange. HEX triplet: FE, 59 and 11. RGB value is (254,89,17). Sum of RGB (Red+Green+Blue) = 254+89+17=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5911 is #01A6EE. Grayscale: #828282. Windows color (decimal): -108271 or 1137150. OLE color: 1137150.

HSL color Cylindrical-coordinate representation of color #FE5911: hue angle of 18.23º 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 #FE5911 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 89 17 -
CMYK 0 0.65 0.93 0.00
HSL 18.23º 0.99% 0.53% -
HSV(B) 18.23º 0.93% 1% -
XYZ 44.55 28.26 3.64 -
YUV 130.13 64.16 216.35 -
System Red Green Blue C M Y K H S L
Decimal 254 89 17 0 0.65 0.93 0.00 18.23 0.99 0.53
Hex FE 59 11 0 41 5D 0 12 63 35
Octal 376 131 21 0 101 135 0 22 143 65
Binary 11111110 1011001 10001 0 1000001 1011101 0 10010 1100011 110101

Color Harmonies of #FE5911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5911

Black with #FE5911

Text Example


Text Example

White with #FE5911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5911; }

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

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

background-color css

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

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

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

border-color css

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

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

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