Html Css Color HEX #FE521C International Orange

📋 copy color: '#FE521C'

red 254 ◦ green 82 ◦ blue 28

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

Shades of International Orange #FE521C

Tints of International Orange #FE521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 69.78%
G = 22.53%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE521C (or 0xFE521C) is known color: International Orange. HEX triplet: FE, 52 and 1C. RGB value is (254,82,28). Sum of RGB (Red+Green+Blue) = 254+82+28=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE521C is #01ADE3. Grayscale: #7F7F7F. Windows color (decimal): -110052 or 1856254. OLE color: 1856254.

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

Color convert

RGB 254 82 28 -
CMYK 0 0.68 0.89 0.00
HSL 14.34º 0.99% 0.55% -
HSV(B) 14.34º 0.89% 1% -
XYZ 44.1 27.19 4.02 -
YUV 127.27 71.98 218.39 -
System Red Green Blue C M Y K H S L
Decimal 254 82 28 0 0.68 0.89 0.00 14.34 0.99 0.55
Hex FE 52 1C 0 44 59 0 E 63 37
Octal 376 122 34 0 104 131 0 16 143 67
Binary 11111110 1010010 11100 0 1000100 1011001 0 1110 1100011 110111

Color Harmonies of #FE521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE521C

Black with #FE521C

Text Example


Text Example

White with #FE521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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