Html Css Color HEX #FE5601 International Orange

📋 copy color: '#FE5601'

red 254 ◦ green 86 ◦ blue 1

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

Shades of International Orange #FE5601

Tints of International Orange #FE5601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 74.49%
G = 25.22%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE5601 (or 0xFE5601) is known color: International Orange. HEX triplet: FE, 56 and 01. RGB value is (254,86,1). Sum of RGB (Red+Green+Blue) = 254+86+1=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5601 is #01A9FE. Grayscale: #7F7F7F. Windows color (decimal): -109055 or 87806. OLE color: 87806.

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

Color convert

RGB 254 86 1 -
CMYK 0 0.66 1.00 0.00
HSL 20.16º 0.99% 0.5% -
HSV(B) 20.16º 1% 1% -
XYZ 44.21 27.73 3.05 -
YUV 126.54 57.16 218.91 -
System Red Green Blue C M Y K H S L
Decimal 254 86 1 0 0.66 1.00 0.00 20.16 0.99 0.5
Hex FE 56 1 0 42 64 0 14 63 32
Octal 376 126 1 0 102 144 0 24 143 62
Binary 11111110 1010110 1 0 1000010 1100100 0 10100 1100011 110010

Color Harmonies of #FE5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5601

Black with #FE5601

Text Example


Text Example

White with #FE5601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5601; }

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

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

background-color css

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

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

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

border-color css

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

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

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