Html Css Color HEX #FE5004 International Orange

📋 copy color: '#FE5004'

red 254 ◦ green 80 ◦ blue 4

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

Shades of International Orange #FE5004

Tints of International Orange #FE5004

RGB

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

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

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

R = 75.15%
G = 23.67%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE5004 (or 0xFE5004) is known color: International Orange. HEX triplet: FE, 50 and 04. RGB value is (254,80,4). Sum of RGB (Red+Green+Blue) = 254+80+4=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5004 is #01AFFB. Grayscale: #7B7B7B. Windows color (decimal): -110588 or 282878. OLE color: 282878.

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

Color convert

RGB 254 80 4 -
CMYK 0 0.69 0.98 0.00
HSL 18.24º 0.99% 0.51% -
HSV(B) 18.24º 0.98% 1% -
XYZ 43.76 26.82 2.98 -
YUV 123.36 60.65 221.18 -
System Red Green Blue C M Y K H S L
Decimal 254 80 4 0 0.69 0.98 0.00 18.24 0.99 0.51
Hex FE 50 4 0 45 62 0 12 63 33
Octal 376 120 4 0 105 142 0 22 143 63
Binary 11111110 1010000 100 0 1000101 1100010 0 10010 1100011 110011

Color Harmonies of #FE5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5004

Black with #FE5004

Text Example


Text Example

White with #FE5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5004; }

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

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

background-color css

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

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

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

border-color css

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

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

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