Html Css Color HEX #FE520E International Orange

📋 copy color: '#FE520E'

red 254 ◦ green 82 ◦ blue 14

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

Shades of International Orange #FE520E

Tints of International Orange #FE520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4%

R = 72.57%
G = 23.43%
B = 4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE520E (or 0xFE520E) is known color: International Orange. HEX triplet: FE, 52 and 0E. RGB value is (254,82,14). Sum of RGB (Red+Green+Blue) = 254+82+14=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE520E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE520E is #01ADF1. Grayscale: #7E7E7E. Windows color (decimal): -110066 or 938750. OLE color: 938750.

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

Color convert

RGB 254 82 14 -
CMYK 0 0.68 0.94 0.00
HSL 17º 0.99% 0.53% -
HSV(B) 17º 0.94% 1% -
XYZ 43.97 27.14 3.34 -
YUV 125.68 64.98 219.53 -
System Red Green Blue C M Y K H S L
Decimal 254 82 14 0 0.68 0.94 0.00 17 0.99 0.53
Hex FE 52 E 0 44 5E 0 11 63 35
Octal 376 122 16 0 104 136 0 21 143 65
Binary 11111110 1010010 1110 0 1000100 1011110 0 10001 1100011 110101

Color Harmonies of #FE520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE520E

Black with #FE520E

Text Example


Text Example

White with #FE520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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