Html Css Color HEX #FE5406 International Orange

📋 copy color: '#FE5406'

red 254 ◦ green 84 ◦ blue 6

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

Shades of International Orange #FE5406

Tints of International Orange #FE5406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 73.84%
G = 24.42%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE5406 (or 0xFE5406) is known color: International Orange. HEX triplet: FE, 54 and 06. RGB value is (254,84,6). Sum of RGB (Red+Green+Blue) = 254+84+6=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5406 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5406 is #01ABF9. Grayscale: #7E7E7E. Windows color (decimal): -109562 or 414974. OLE color: 414974.

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

Color convert

RGB 254 84 6 -
CMYK 0 0.67 0.98 0.00
HSL 18.87º 0.99% 0.51% -
HSV(B) 18.87º 0.98% 1% -
XYZ 44.08 27.42 3.14 -
YUV 125.94 60.32 219.34 -
System Red Green Blue C M Y K H S L
Decimal 254 84 6 0 0.67 0.98 0.00 18.87 0.99 0.51
Hex FE 54 6 0 43 62 0 13 63 33
Octal 376 124 6 0 103 142 0 23 143 63
Binary 11111110 1010100 110 0 1000011 1100010 0 10011 1100011 110011

Color Harmonies of #FE5406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5406

Black with #FE5406

Text Example


Text Example

White with #FE5406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5406; }

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

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

background-color css

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

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

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

border-color css

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

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

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