Html Css Color HEX #FE5013 International Orange

📋 copy color: '#FE5013'

red 254 ◦ green 80 ◦ blue 19

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

Shades of International Orange #FE5013

Tints of International Orange #FE5013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

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

R = 71.95%
G = 22.66%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE5013 (or 0xFE5013) is known color: International Orange. HEX triplet: FE, 50 and 13. RGB value is (254,80,19). Sum of RGB (Red+Green+Blue) = 254+80+19=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5013 is #01AFEC. Grayscale: #7D7D7D. Windows color (decimal): -110573 or 1265918. OLE color: 1265918.

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

Color convert

RGB 254 80 19 -
CMYK 0 0.69 0.93 0.00
HSL 15.57º 0.99% 0.54% -
HSV(B) 15.57º 0.93% 1% -
XYZ 43.86 26.86 3.49 -
YUV 125.07 68.15 219.96 -
System Red Green Blue C M Y K H S L
Decimal 254 80 19 0 0.69 0.93 0.00 15.57 0.99 0.54
Hex FE 50 13 0 45 5D 0 10 63 36
Octal 376 120 23 0 105 135 0 20 143 66
Binary 11111110 1010000 10011 0 1000101 1011101 0 10000 1100011 110110

Color Harmonies of #FE5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5013

Black with #FE5013

Text Example


Text Example

White with #FE5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5013; }

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

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

background-color css

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

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

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

border-color css

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

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

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