Html Css Color HEX #FE5413 International Orange

📋 copy color: '#FE5413'

red 254 ◦ green 84 ◦ blue 19

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

Shades of International Orange #FE5413

Tints of International Orange #FE5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.53%

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

R = 71.15%
G = 23.53%
B = 5.32%

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

#FE5413 (or 0xFE5413) is known color: International Orange. HEX triplet: FE, 54 and 13. RGB value is (254,84,19). Sum of RGB (Red+Green+Blue) = 254+84+19=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5413 is #01ABEC. Grayscale: #7F7F7F. Windows color (decimal): -109549 or 1266942. OLE color: 1266942.

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

Color convert

RGB 254 84 19 -
CMYK 0 0.67 0.93 0.00
HSL 16.6º 0.99% 0.54% -
HSV(B) 16.6º 0.93% 1% -
XYZ 44.16 27.46 3.59 -
YUV 127.42 66.82 218.29 -
System Red Green Blue C M Y K H S L
Decimal 254 84 19 0 0.67 0.93 0.00 16.6 0.99 0.54
Hex FE 54 13 0 43 5D 0 11 63 36
Octal 376 124 23 0 103 135 0 21 143 66
Binary 11111110 1010100 10011 0 1000011 1011101 0 10001 1100011 110110

Color Harmonies of #FE5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5413

Black with #FE5413

Text Example


Text Example

White with #FE5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5413; }

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

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

background-color css

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

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

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

border-color css

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

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

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