Html Css Color HEX #FC5B3A Outrageous Orange

📋 copy color: '#FC5B3A'

red 252 ◦ green 91 ◦ blue 58

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

Shades of Outrageous Orange #FC5B3A

Tints of Outrageous Orange #FC5B3A

RGB

 RED value IS 252 (98.83% from 255) = 62.84%

 GREEN value IS 91 (35.94% from 255) = 22.69%

 BLUE value IS 58 (23.05% from 255) = 14.46%

R = 62.84%
G = 22.69%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC5B3A (or 0xFC5B3A) is known color: Outrageous Orange. HEX triplet: FC, 5B and 3A. RGB value is (252,91,58). Sum of RGB (Red+Green+Blue) = 252+91+58=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5B3A is #03A4C5. Grayscale: #878787. Windows color (decimal): -238790 or 3824636. OLE color: 3824636.

HSL color Cylindrical-coordinate representation of color #FC5B3A: hue angle of 10.21º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC5B3A is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 91 58 -
CMYK 0 0.64 0.77 0.01
HSL 10.21º 0.97% 0.61% -
HSV(B) 10.21º 0.77% 0.99% -
XYZ 44.65 28.48 7.15 -
YUV 135.38 84.34 211.18 -
System Red Green Blue C M Y K H S L
Decimal 252 91 58 0 0.64 0.77 0.01 10.21 0.97 0.61
Hex FC 5B 3A 0 40 4D 1 A 61 3D
Octal 374 133 72 0 100 115 1 12 141 75
Binary 11111100 1011011 111010 0 1000000 1001101 1 1010 1100001 111101

Color Harmonies of #FC5B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5B3A

Black with #FC5B3A

Text Example


Text Example

White with #FC5B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5B3A; }

 p { color: rgb(252,91,58); }

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

background-color css

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

 a { background-color: rgb(252,91,58); }

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

border-color css

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

 span { border-color: rgb(252,91,58); }

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