Html Css Color HEX #FE5215 International Orange

📋 copy color: '#FE5215'

red 254 ◦ green 82 ◦ blue 21

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

Shades of International Orange #FE5215

Tints of International Orange #FE5215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

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

R = 71.15%
G = 22.97%
B = 5.88%

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

#FE5215 (or 0xFE5215) is known color: International Orange. HEX triplet: FE, 52 and 15. RGB value is (254,82,21). Sum of RGB (Red+Green+Blue) = 254+82+21=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5215 is #01ADEA. Grayscale: #7E7E7E. Windows color (decimal): -110059 or 1397502. OLE color: 1397502.

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

Color convert

RGB 254 82 21 -
CMYK 0 0.68 0.92 0.00
HSL 15.71º 0.99% 0.54% -
HSV(B) 15.71º 0.92% 1% -
XYZ 44.03 27.16 3.63 -
YUV 126.47 68.48 218.96 -
System Red Green Blue C M Y K H S L
Decimal 254 82 21 0 0.68 0.92 0.00 15.71 0.99 0.54
Hex FE 52 15 0 44 5C 0 10 63 36
Octal 376 122 25 0 104 134 0 20 143 66
Binary 11111110 1010010 10101 0 1000100 1011100 0 10000 1100011 110110

Color Harmonies of #FE5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5215

Black with #FE5215

Text Example


Text Example

White with #FE5215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5215; }

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

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

background-color css

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

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

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

border-color css

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

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

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