Html Css Color HEX #FE5408 International Orange

📋 copy color: '#FE5408'

red 254 ◦ green 84 ◦ blue 8

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

Shades of International Orange #FE5408

Tints of International Orange #FE5408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.31%

R = 73.41%
G = 24.28%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE5408 (or 0xFE5408) is known color: International Orange. HEX triplet: FE, 54 and 08. RGB value is (254,84,8). Sum of RGB (Red+Green+Blue) = 254+84+8=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5408 is #01ABF7. Grayscale: #7E7E7E. Windows color (decimal): -109560 or 546046. OLE color: 546046.

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

Color convert

RGB 254 84 8 -
CMYK 0 0.67 0.97 0.00
HSL 18.54º 0.99% 0.51% -
HSV(B) 18.54º 0.97% 1% -
XYZ 44.09 27.43 3.2 -
YUV 126.17 61.32 219.18 -
System Red Green Blue C M Y K H S L
Decimal 254 84 8 0 0.67 0.97 0.00 18.54 0.99 0.51
Hex FE 54 8 0 43 61 0 13 63 33
Octal 376 124 10 0 103 141 0 23 143 63
Binary 11111110 1010100 1000 0 1000011 1100001 0 10011 1100011 110011

Color Harmonies of #FE5408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5408

Black with #FE5408

Text Example


Text Example

White with #FE5408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5408; }

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

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

background-color css

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

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

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

border-color css

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

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

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