Html Css Color HEX #FE5115 International Orange

📋 copy color: '#FE5115'

red 254 ◦ green 81 ◦ blue 21

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

Shades of International Orange #FE5115

Tints of International Orange #FE5115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 71.35%
G = 22.75%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE5115 (or 0xFE5115) is known color: International Orange. HEX triplet: FE, 51 and 15. RGB value is (254,81,21). Sum of RGB (Red+Green+Blue) = 254+81+21=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5115 is #01AEEA. Grayscale: #7E7E7E. Windows color (decimal): -110315 or 1397246. OLE color: 1397246.

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

Color convert

RGB 254 81 21 -
CMYK 0 0.68 0.92 0.00
HSL 15.45º 0.99% 0.54% -
HSV(B) 15.45º 0.92% 1% -
XYZ 43.95 27.01 3.61 -
YUV 125.89 68.81 219.38 -
System Red Green Blue C M Y K H S L
Decimal 254 81 21 0 0.68 0.92 0.00 15.45 0.99 0.54
Hex FE 51 15 0 44 5C 0 F 63 36
Octal 376 121 25 0 104 134 0 17 143 66
Binary 11111110 1010001 10101 0 1000100 1011100 0 1111 1100011 110110

Color Harmonies of #FE5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5115

Black with #FE5115

Text Example


Text Example

White with #FE5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5115; }

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

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

background-color css

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

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

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

border-color css

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

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

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