Html Css Color HEX #FE531B International Orange

📋 copy color: '#FE531B'

red 254 ◦ green 83 ◦ blue 27

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

Shades of International Orange #FE531B

Tints of International Orange #FE531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 69.78%
G = 22.8%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE531B (or 0xFE531B) is known color: International Orange. HEX triplet: FE, 53 and 1B. RGB value is (254,83,27). Sum of RGB (Red+Green+Blue) = 254+83+27=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE531B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE531B is #01ACE4. Grayscale: #808080. Windows color (decimal): -109797 or 1790974. OLE color: 1790974.

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

Color convert

RGB 254 83 27 -
CMYK 0 0.67 0.89 0.00
HSL 14.8º 0.99% 0.55% -
HSV(B) 14.8º 0.89% 1% -
XYZ 44.16 27.34 3.99 -
YUV 127.75 71.15 218.05 -
System Red Green Blue C M Y K H S L
Decimal 254 83 27 0 0.67 0.89 0.00 14.8 0.99 0.55
Hex FE 53 1B 0 43 59 0 F 63 37
Octal 376 123 33 0 103 131 0 17 143 67
Binary 11111110 1010011 11011 0 1000011 1011001 0 1111 1100011 110111

Color Harmonies of #FE531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE531B

Black with #FE531B

Text Example


Text Example

White with #FE531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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