Html Css Color HEX #FE5608 International Orange

📋 copy color: '#FE5608'

red 254 ◦ green 86 ◦ blue 8

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

Shades of International Orange #FE5608

Tints of International Orange #FE5608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.71%

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

R = 72.99%
G = 24.71%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE5608 (or 0xFE5608) is known color: International Orange. HEX triplet: FE, 56 and 08. RGB value is (254,86,8). Sum of RGB (Red+Green+Blue) = 254+86+8=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5608 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5608 is #01A9F7. Grayscale: #7F7F7F. Windows color (decimal): -109048 or 546558. OLE color: 546558.

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

Color convert

RGB 254 86 8 -
CMYK 0 0.66 0.97 0.00
HSL 19.02º 0.99% 0.51% -
HSV(B) 19.02º 0.97% 1% -
XYZ 44.24 27.74 3.25 -
YUV 127.34 60.66 218.34 -
System Red Green Blue C M Y K H S L
Decimal 254 86 8 0 0.66 0.97 0.00 19.02 0.99 0.51
Hex FE 56 8 0 42 61 0 13 63 33
Octal 376 126 10 0 102 141 0 23 143 63
Binary 11111110 1010110 1000 0 1000010 1100001 0 10011 1100011 110011

Color Harmonies of #FE5608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5608

Black with #FE5608

Text Example


Text Example

White with #FE5608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5608; }

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

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

background-color css

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

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

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

border-color css

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

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

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