Html Css Color HEX #FE5008 International Orange

📋 copy color: '#FE5008'

red 254 ◦ green 80 ◦ blue 8

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

Shades of International Orange #FE5008

Tints of International Orange #FE5008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.34%

R = 74.27%
G = 23.39%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE5008 (or 0xFE5008) is known color: International Orange. HEX triplet: FE, 50 and 08. RGB value is (254,80,8). Sum of RGB (Red+Green+Blue) = 254+80+8=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5008 is #01AFF7. Grayscale: #7C7C7C. Windows color (decimal): -110584 or 545022. OLE color: 545022.

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

Color convert

RGB 254 80 8 -
CMYK 0 0.69 0.97 0.00
HSL 17.56º 0.99% 0.51% -
HSV(B) 17.56º 0.97% 1% -
XYZ 43.79 26.83 3.1 -
YUV 123.82 62.65 220.85 -
System Red Green Blue C M Y K H S L
Decimal 254 80 8 0 0.69 0.97 0.00 17.56 0.99 0.51
Hex FE 50 8 0 45 61 0 12 63 33
Octal 376 120 10 0 105 141 0 22 143 63
Binary 11111110 1010000 1000 0 1000101 1100001 0 10010 1100011 110011

Color Harmonies of #FE5008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5008

Black with #FE5008

Text Example


Text Example

White with #FE5008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5008; }

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

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

background-color css

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

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

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

border-color css

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

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

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