Html Css Color HEX #FE5513 International Orange

📋 copy color: '#FE5513'

red 254 ◦ green 85 ◦ blue 19

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

Shades of International Orange #FE5513

Tints of International Orange #FE5513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 70.95%
G = 23.74%
B = 5.31%

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

#FE5513 (or 0xFE5513) is known color: International Orange. HEX triplet: FE, 55 and 13. RGB value is (254,85,19). Sum of RGB (Red+Green+Blue) = 254+85+19=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5513 is #01AAEC. Grayscale: #808080. Windows color (decimal): -109293 or 1267198. OLE color: 1267198.

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

Color convert

RGB 254 85 19 -
CMYK 0 0.67 0.93 0.00
HSL 16.85º 0.99% 0.54% -
HSV(B) 16.85º 0.93% 1% -
XYZ 44.24 27.61 3.61 -
YUV 128.01 66.49 217.87 -
System Red Green Blue C M Y K H S L
Decimal 254 85 19 0 0.67 0.93 0.00 16.85 0.99 0.54
Hex FE 55 13 0 43 5D 0 11 63 36
Octal 376 125 23 0 103 135 0 21 143 66
Binary 11111110 1010101 10011 0 1000011 1011101 0 10001 1100011 110110

Color Harmonies of #FE5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5513

Black with #FE5513

Text Example


Text Example

White with #FE5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5513; }

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

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

background-color css

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

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

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

border-color css

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

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

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