Html Css Color HEX #FE5802 International Orange

📋 copy color: '#FE5802'

red 254 ◦ green 88 ◦ blue 2

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

Shades of International Orange #FE5802

Tints of International Orange #FE5802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 73.84%
G = 25.58%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE5802 (or 0xFE5802) is known color: International Orange. HEX triplet: FE, 58 and 02. RGB value is (254,88,2). Sum of RGB (Red+Green+Blue) = 254+88+2=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5802 is #01A7FD. Grayscale: #808080. Windows color (decimal): -108542 or 153854. OLE color: 153854.

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

Color convert

RGB 254 88 2 -
CMYK 0 0.65 0.99 0.00
HSL 20.48º 0.99% 0.5% -
HSV(B) 20.48º 0.99% 1% -
XYZ 44.37 28.05 3.13 -
YUV 127.83 57 217.99 -
System Red Green Blue C M Y K H S L
Decimal 254 88 2 0 0.65 0.99 0.00 20.48 0.99 0.5
Hex FE 58 2 0 41 63 0 14 63 32
Octal 376 130 2 0 101 143 0 24 143 62
Binary 11111110 1011000 10 0 1000001 1100011 0 10100 1100011 110010

Color Harmonies of #FE5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5802

Black with #FE5802

Text Example


Text Example

White with #FE5802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5802; }

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

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

background-color css

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

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

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

border-color css

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

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

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