Html Css Color HEX #FE5510 International Orange

📋 copy color: '#FE5510'

red 254 ◦ green 85 ◦ blue 16

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

Shades of International Orange #FE5510

Tints of International Orange #FE5510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 71.55%
G = 23.94%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE5510 (or 0xFE5510) is known color: International Orange. HEX triplet: FE, 55 and 10. RGB value is (254,85,16). Sum of RGB (Red+Green+Blue) = 254+85+16=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5510 is #01AAEF. Grayscale: #808080. Windows color (decimal): -109296 or 1070590. OLE color: 1070590.

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

Color convert

RGB 254 85 16 -
CMYK 0 0.67 0.94 0.00
HSL 17.39º 0.99% 0.53% -
HSV(B) 17.39º 0.94% 1% -
XYZ 44.22 27.61 3.49 -
YUV 127.67 64.99 218.11 -
System Red Green Blue C M Y K H S L
Decimal 254 85 16 0 0.67 0.94 0.00 17.39 0.99 0.53
Hex FE 55 10 0 43 5E 0 11 63 35
Octal 376 125 20 0 103 136 0 21 143 65
Binary 11111110 1010101 10000 0 1000011 1011110 0 10001 1100011 110101

Color Harmonies of #FE5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5510

Black with #FE5510

Text Example


Text Example

White with #FE5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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