Html Css Color HEX #FE5801 International Orange

📋 copy color: '#FE5801'

red 254 ◦ green 88 ◦ blue 1

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

Shades of International Orange #FE5801

Tints of International Orange #FE5801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.66%

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

R = 74.05%
G = 25.66%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE5801 (or 0xFE5801) is known color: International Orange. HEX triplet: FE, 58 and 01. RGB value is (254,88,1). Sum of RGB (Red+Green+Blue) = 254+88+1=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5801 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5801 is #01A7FE. Grayscale: #808080. Windows color (decimal): -108543 or 88318. OLE color: 88318.

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

Color convert

RGB 254 88 1 -
CMYK 0 0.65 1.00 0.00
HSL 20.63º 0.99% 0.5% -
HSV(B) 20.63º 1% 1% -
XYZ 44.37 28.05 3.1 -
YUV 127.72 56.5 218.07 -
System Red Green Blue C M Y K H S L
Decimal 254 88 1 0 0.65 1.00 0.00 20.63 0.99 0.5
Hex FE 58 1 0 41 64 0 15 63 32
Octal 376 130 1 0 101 144 0 25 143 62
Binary 11111110 1011000 1 0 1000001 1100100 0 10101 1100011 110010

Color Harmonies of #FE5801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5801

Black with #FE5801

Text Example


Text Example

White with #FE5801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5801; }

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

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

background-color css

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

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

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

border-color css

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

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

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