Html Css Color HEX #FC5A33 Outrageous Orange

📋 copy color: '#FC5A33'

red 252 ◦ green 90 ◦ blue 51

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

Shades of Outrageous Orange #FC5A33

Tints of Outrageous Orange #FC5A33

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.9%

 BLUE value IS 51 (20.31% from 255) = 12.98%

R = 64.12%
G = 22.9%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC5A33 (or 0xFC5A33) is known color: Outrageous Orange. HEX triplet: FC, 5A and 33. RGB value is (252,90,51). Sum of RGB (Red+Green+Blue) = 252+90+51=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A33 is #03A5CC. Grayscale: #868686. Windows color (decimal): -239053 or 3365628. OLE color: 3365628.

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

Color convert

RGB 252 90 51 -
CMYK 0 0.64 0.80 0.01
HSL 11.64º 0.97% 0.59% -
HSV(B) 11.64º 0.8% 0.99% -
XYZ 44.4 28.25 6.24 -
YUV 133.99 81.17 212.17 -
System Red Green Blue C M Y K H S L
Decimal 252 90 51 0 0.64 0.80 0.01 11.64 0.97 0.59
Hex FC 5A 33 0 40 50 1 C 61 3B
Octal 374 132 63 0 100 120 1 14 141 73
Binary 11111100 1011010 110011 0 1000000 1010000 1 1100 1100001 111011

Color Harmonies of #FC5A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A33

Black with #FC5A33

Text Example


Text Example

White with #FC5A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A33; }

 p { color: rgb(252,90,51); }

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

background-color css

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

 a { background-color: rgb(252,90,51); }

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

border-color css

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

 span { border-color: rgb(252,90,51); }

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