Html Css Color HEX #FE5415 International Orange

📋 copy color: '#FE5415'

red 254 ◦ green 84 ◦ blue 21

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

Shades of International Orange #FE5415

Tints of International Orange #FE5415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.4%

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

R = 70.75%
G = 23.4%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE5415 (or 0xFE5415) is known color: International Orange. HEX triplet: FE, 54 and 15. RGB value is (254,84,21). Sum of RGB (Red+Green+Blue) = 254+84+21=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5415 is #01ABEA. Grayscale: #808080. Windows color (decimal): -109547 or 1398014. OLE color: 1398014.

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

Color convert

RGB 254 84 21 -
CMYK 0 0.67 0.92 0.00
HSL 16.22º 0.99% 0.54% -
HSV(B) 16.22º 0.92% 1% -
XYZ 44.18 27.47 3.68 -
YUV 127.65 67.82 218.12 -
System Red Green Blue C M Y K H S L
Decimal 254 84 21 0 0.67 0.92 0.00 16.22 0.99 0.54
Hex FE 54 15 0 43 5C 0 10 63 36
Octal 376 124 25 0 103 134 0 20 143 66
Binary 11111110 1010100 10101 0 1000011 1011100 0 10000 1100011 110110

Color Harmonies of #FE5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5415

Black with #FE5415

Text Example


Text Example

White with #FE5415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5415; }

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

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

background-color css

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

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

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

border-color css

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

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

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