Html Css Color HEX #FE5A04 International Orange

📋 copy color: '#FE5A04'

red 254 ◦ green 90 ◦ blue 4

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

Shades of International Orange #FE5A04

Tints of International Orange #FE5A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 72.99%
G = 25.86%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE5A04 (or 0xFE5A04) is known color: International Orange. HEX triplet: FE, 5A and 04. RGB value is (254,90,4). Sum of RGB (Red+Green+Blue) = 254+90+4=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5A04 is #01A5FB. Grayscale: #818181. Windows color (decimal): -108028 or 285438. OLE color: 285438.

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

Color convert

RGB 254 90 4 -
CMYK 0 0.65 0.98 0.00
HSL 20.64º 0.99% 0.51% -
HSV(B) 20.64º 0.98% 1% -
XYZ 44.55 28.39 3.25 -
YUV 129.23 57.33 216.99 -
System Red Green Blue C M Y K H S L
Decimal 254 90 4 0 0.65 0.98 0.00 20.64 0.99 0.51
Hex FE 5A 4 0 41 62 0 15 63 33
Octal 376 132 4 0 101 142 0 25 143 63
Binary 11111110 1011010 100 0 1000001 1100010 0 10101 1100011 110011

Color Harmonies of #FE5A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A04

Black with #FE5A04

Text Example


Text Example

White with #FE5A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A04; }

 p { color: rgb(254,90,4); }

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

background-color css

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

 a { background-color: rgb(254,90,4); }

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

border-color css

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

 span { border-color: rgb(254,90,4); }

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