Html Css Color HEX #FE5311 International Orange

📋 copy color: '#FE5311'

red 254 ◦ green 83 ◦ blue 17

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

Shades of International Orange #FE5311

Tints of International Orange #FE5311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.45%

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

R = 71.75%
G = 23.45%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE5311 (or 0xFE5311) is known color: International Orange. HEX triplet: FE, 53 and 11. RGB value is (254,83,17). Sum of RGB (Red+Green+Blue) = 254+83+17=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5311 is #01ACEE. Grayscale: #7F7F7F. Windows color (decimal): -109807 or 1135614. OLE color: 1135614.

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

Color convert

RGB 254 83 17 -
CMYK 0 0.67 0.93 0.00
HSL 16.71º 0.99% 0.53% -
HSV(B) 16.71º 0.93% 1% -
XYZ 44.07 27.3 3.48 -
YUV 126.61 66.15 218.87 -
System Red Green Blue C M Y K H S L
Decimal 254 83 17 0 0.67 0.93 0.00 16.71 0.99 0.53
Hex FE 53 11 0 43 5D 0 11 63 35
Octal 376 123 21 0 103 135 0 21 143 65
Binary 11111110 1010011 10001 0 1000011 1011101 0 10001 1100011 110101

Color Harmonies of #FE5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5311

Black with #FE5311

Text Example


Text Example

White with #FE5311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5311; }

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

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

background-color css

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

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

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

border-color css

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

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

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