Html Css Color HEX #FE5500 International Orange

📋 copy color: '#FE5500'

red 254 ◦ green 85 ◦ blue 0

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

Shades of International Orange #FE5500

Tints of International Orange #FE5500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.93%
G = 25.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE5500 (or 0xFE5500) is known color: International Orange. HEX triplet: FE, 55 and 00. RGB value is (254,85,0). Sum of RGB (Red+Green+Blue) = 254+85+0=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5500 is #01AAFF. Grayscale: #7E7E7E. Windows color (decimal): -109312 or 22014. OLE color: 22014.

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

Color convert

RGB 254 85 0 -
CMYK 0 0.67 1 0.00
HSL 20.08º 1% 0.5% -
HSV(B) 20.08º 1% 1% -
XYZ 44.12 27.57 3 -
YUV 125.84 56.99 219.41 -
System Red Green Blue C M Y K H S L
Decimal 254 85 0 0 0.67 1 0.00 20.08 1 0.5
Hex FE 55 0 0 43 64 0 14 64 32
Octal 376 125 0 0 103 144 0 24 144 62
Binary 11111110 1010101 0 0 1000011 1100100 0 10100 1100100 110010

Color Harmonies of #FE5500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5500

Black with #FE5500

Text Example


Text Example

White with #FE5500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5500; }

 p { color: rgb(254,85,0); }

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

background-color css

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

 a { background-color: rgb(254,85,0); }

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

border-color css

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

 span { border-color: rgb(254,85,0); }

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