Html Css Color HEX #FE5204 International Orange

📋 copy color: '#FE5204'

red 254 ◦ green 82 ◦ blue 4

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

Shades of International Orange #FE5204

Tints of International Orange #FE5204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

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

R = 74.71%
G = 24.12%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE5204 (or 0xFE5204) is known color: International Orange. HEX triplet: FE, 52 and 04. RGB value is (254,82,4). Sum of RGB (Red+Green+Blue) = 254+82+4=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5204 is #01ADFB. Grayscale: #7D7D7D. Windows color (decimal): -110076 or 283390. OLE color: 283390.

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

Color convert

RGB 254 82 4 -
CMYK 0 0.68 0.98 0.00
HSL 18.72º 0.99% 0.51% -
HSV(B) 18.72º 0.98% 1% -
XYZ 43.91 27.11 3.03 -
YUV 124.54 59.98 220.34 -
System Red Green Blue C M Y K H S L
Decimal 254 82 4 0 0.68 0.98 0.00 18.72 0.99 0.51
Hex FE 52 4 0 44 62 0 13 63 33
Octal 376 122 4 0 104 142 0 23 143 63
Binary 11111110 1010010 100 0 1000100 1100010 0 10011 1100011 110011

Color Harmonies of #FE5204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5204

Black with #FE5204

Text Example


Text Example

White with #FE5204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5204; }

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

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

background-color css

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

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

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

border-color css

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

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

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