Html Css Color HEX #FE5100 International Orange

📋 copy color: '#FE5100'

red 254 ◦ green 81 ◦ blue 0

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

Shades of International Orange #FE5100

Tints of International Orange #FE5100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.18%

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

R = 75.82%
G = 24.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE5100 (or 0xFE5100) is known color: International Orange. HEX triplet: FE, 51 and 00. RGB value is (254,81,0). Sum of RGB (Red+Green+Blue) = 254+81+0=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5100 is #01AEFF. Grayscale: #7B7B7B. Windows color (decimal): -110336 or 20990. OLE color: 20990.

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

Color convert

RGB 254 81 0 -
CMYK 0 0.68 1 0.00
HSL 19.13º 1% 0.5% -
HSV(B) 19.13º 1% 1% -
XYZ 43.82 26.96 2.89 -
YUV 123.49 58.31 221.09 -
System Red Green Blue C M Y K H S L
Decimal 254 81 0 0 0.68 1 0.00 19.13 1 0.5
Hex FE 51 0 0 44 64 0 13 64 32
Octal 376 121 0 0 104 144 0 23 144 62
Binary 11111110 1010001 0 0 1000100 1100100 0 10011 1100100 110010

Color Harmonies of #FE5100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5100

Black with #FE5100

Text Example


Text Example

White with #FE5100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5100; }

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

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

background-color css

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

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

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

border-color css

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

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

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