Html Css Color HEX #FE5512 International Orange

📋 copy color: '#FE5512'

red 254 ◦ green 85 ◦ blue 18

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

Shades of International Orange #FE5512

Tints of International Orange #FE5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 71.15%
G = 23.81%
B = 5.04%

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

#FE5512 (or 0xFE5512) is known color: International Orange. HEX triplet: FE, 55 and 12. RGB value is (254,85,18). Sum of RGB (Red+Green+Blue) = 254+85+18=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5512 is #01AAED. Grayscale: #808080. Windows color (decimal): -109294 or 1201662. OLE color: 1201662.

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

Color convert

RGB 254 85 18 -
CMYK 0 0.67 0.93 0.00
HSL 17.03º 0.99% 0.53% -
HSV(B) 17.03º 0.93% 1% -
XYZ 44.23 27.61 3.57 -
YUV 127.89 65.99 217.95 -
System Red Green Blue C M Y K H S L
Decimal 254 85 18 0 0.67 0.93 0.00 17.03 0.99 0.53
Hex FE 55 12 0 43 5D 0 11 63 35
Octal 376 125 22 0 103 135 0 21 143 65
Binary 11111110 1010101 10010 0 1000011 1011101 0 10001 1100011 110101

Color Harmonies of #FE5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5512

Black with #FE5512

Text Example


Text Example

White with #FE5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5512; }

 p { color: rgb(254,85,18); }

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

background-color css

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

 a { background-color: rgb(254,85,18); }

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

border-color css

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

 span { border-color: rgb(254,85,18); }

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