Html Css Color HEX #FE5516 International Orange

📋 copy color: '#FE5516'

red 254 ◦ green 85 ◦ blue 22

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

Shades of International Orange #FE5516

Tints of International Orange #FE5516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 70.36%
G = 23.55%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE5516 (or 0xFE5516) is known color: International Orange. HEX triplet: FE, 55 and 16. RGB value is (254,85,22). Sum of RGB (Red+Green+Blue) = 254+85+22=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5516 is #01AAE9. Grayscale: #808080. Windows color (decimal): -109290 or 1463806. OLE color: 1463806.

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

Color convert

RGB 254 85 22 -
CMYK 0 0.67 0.91 0.00
HSL 16.29º 0.99% 0.54% -
HSV(B) 16.29º 0.91% 1% -
XYZ 44.27 27.63 3.76 -
YUV 128.35 67.99 217.62 -
System Red Green Blue C M Y K H S L
Decimal 254 85 22 0 0.67 0.91 0.00 16.29 0.99 0.54
Hex FE 55 16 0 43 5B 0 10 63 36
Octal 376 125 26 0 103 133 0 20 143 66
Binary 11111110 1010101 10110 0 1000011 1011011 0 10000 1100011 110110

Color Harmonies of #FE5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5516

Black with #FE5516

Text Example


Text Example

White with #FE5516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5516; }

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

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

background-color css

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

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

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

border-color css

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

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

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