Html Css Color HEX #FE5214 International Orange

📋 copy color: '#FE5214'

red 254 ◦ green 82 ◦ blue 20

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

Shades of International Orange #FE5214

Tints of International Orange #FE5214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 71.35%
G = 23.03%
B = 5.62%

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

#FE5214 (or 0xFE5214) is known color: International Orange. HEX triplet: FE, 52 and 14. RGB value is (254,82,20). Sum of RGB (Red+Green+Blue) = 254+82+20=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5214 is #01ADEB. Grayscale: #7E7E7E. Windows color (decimal): -110060 or 1331966. OLE color: 1331966.

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

Color convert

RGB 254 82 20 -
CMYK 0 0.68 0.92 0.00
HSL 15.9º 0.99% 0.54% -
HSV(B) 15.9º 0.92% 1% -
XYZ 44.02 27.16 3.58 -
YUV 126.36 67.98 219.04 -
System Red Green Blue C M Y K H S L
Decimal 254 82 20 0 0.68 0.92 0.00 15.9 0.99 0.54
Hex FE 52 14 0 44 5C 0 10 63 36
Octal 376 122 24 0 104 134 0 20 143 66
Binary 11111110 1010010 10100 0 1000100 1011100 0 10000 1100011 110110

Color Harmonies of #FE5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5214

Black with #FE5214

Text Example


Text Example

White with #FE5214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5214; }

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

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

background-color css

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

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

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

border-color css

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

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

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