Html Css Color HEX #FE521B International Orange

📋 copy color: '#FE521B'

red 254 ◦ green 82 ◦ blue 27

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

Shades of International Orange #FE521B

Tints of International Orange #FE521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.44%

R = 69.97%
G = 22.59%
B = 7.44%

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

#FE521B (or 0xFE521B) is known color: International Orange. HEX triplet: FE, 52 and 1B. RGB value is (254,82,27). Sum of RGB (Red+Green+Blue) = 254+82+27=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE521B is #01ADE4. Grayscale: #7F7F7F. Windows color (decimal): -110053 or 1790718. OLE color: 1790718.

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

Color convert

RGB 254 82 27 -
CMYK 0 0.68 0.89 0.00
HSL 14.54º 0.99% 0.55% -
HSV(B) 14.54º 0.89% 1% -
XYZ 44.09 27.18 3.96 -
YUV 127.16 71.48 218.47 -
System Red Green Blue C M Y K H S L
Decimal 254 82 27 0 0.68 0.89 0.00 14.54 0.99 0.55
Hex FE 52 1B 0 44 59 0 F 63 37
Octal 376 122 33 0 104 131 0 17 143 67
Binary 11111110 1010010 11011 0 1000100 1011001 0 1111 1100011 110111

Color Harmonies of #FE521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE521B

Black with #FE521B

Text Example


Text Example

White with #FE521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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