Html Css Color HEX #FE5111 International Orange

📋 copy color: '#FE5111'

red 254 ◦ green 81 ◦ blue 17

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

Shades of International Orange #FE5111

Tints of International Orange #FE5111

RGB

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

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

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

R = 72.16%
G = 23.01%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE5111 (or 0xFE5111) is known color: International Orange. HEX triplet: FE, 51 and 11. RGB value is (254,81,17). Sum of RGB (Red+Green+Blue) = 254+81+17=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5111 is #01AEEE. Grayscale: #7D7D7D. Windows color (decimal): -110319 or 1135102. OLE color: 1135102.

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

Color convert

RGB 254 81 17 -
CMYK 0 0.68 0.93 0.00
HSL 16.2º 0.99% 0.53% -
HSV(B) 16.2º 0.93% 1% -
XYZ 43.92 27 3.43 -
YUV 125.43 66.81 219.7 -
System Red Green Blue C M Y K H S L
Decimal 254 81 17 0 0.68 0.93 0.00 16.2 0.99 0.53
Hex FE 51 11 0 44 5D 0 10 63 35
Octal 376 121 21 0 104 135 0 20 143 65
Binary 11111110 1010001 10001 0 1000100 1011101 0 10000 1100011 110101

Color Harmonies of #FE5111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5111

Black with #FE5111

Text Example


Text Example

White with #FE5111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5111; }

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

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

background-color css

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

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

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

border-color css

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

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

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