Html Css Color HEX #FE5904 International Orange

📋 copy color: '#FE5904'

red 254 ◦ green 89 ◦ blue 4

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

Shades of International Orange #FE5904

Tints of International Orange #FE5904

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.65%

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

R = 73.2%
G = 25.65%
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

#FE5904 (or 0xFE5904) is known color: International Orange. HEX triplet: FE, 59 and 04. RGB value is (254,89,4). Sum of RGB (Red+Green+Blue) = 254+89+4=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5904 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5904 is #01A6FB. Grayscale: #818181. Windows color (decimal): -108284 or 285182. OLE color: 285182.

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

Color convert

RGB 254 89 4 -
CMYK 0 0.65 0.98 0.00
HSL 20.4º 0.99% 0.51% -
HSV(B) 20.4º 0.98% 1% -
XYZ 44.47 28.22 3.22 -
YUV 128.65 57.66 217.41 -
System Red Green Blue C M Y K H S L
Decimal 254 89 4 0 0.65 0.98 0.00 20.4 0.99 0.51
Hex FE 59 4 0 41 62 0 14 63 33
Octal 376 131 4 0 101 142 0 24 143 63
Binary 11111110 1011001 100 0 1000001 1100010 0 10100 1100011 110011

Color Harmonies of #FE5904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5904

Black with #FE5904

Text Example


Text Example

White with #FE5904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5904; }

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

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

background-color css

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

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

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

border-color css

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

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

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