Html Css Color HEX #FC5D33 Outrageous Orange

📋 copy color: '#FC5D33'

red 252 ◦ green 93 ◦ blue 51

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

Shades of Outrageous Orange #FC5D33

Tints of Outrageous Orange #FC5D33

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

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

R = 63.64%
G = 23.48%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC5D33 (or 0xFC5D33) is known color: Outrageous Orange. HEX triplet: FC, 5D and 33. RGB value is (252,93,51). Sum of RGB (Red+Green+Blue) = 252+93+51=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D33 is #03A2CC. Grayscale: #888888. Windows color (decimal): -238285 or 3366396. OLE color: 3366396.

HSL color Cylindrical-coordinate representation of color #FC5D33: hue angle of 12.54º 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 #FC5D33 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 93 51 -
CMYK 0 0.63 0.80 0.01
HSL 12.54º 0.97% 0.59% -
HSV(B) 12.54º 0.8% 0.99% -
XYZ 44.66 28.76 6.33 -
YUV 135.75 80.18 210.92 -
System Red Green Blue C M Y K H S L
Decimal 252 93 51 0 0.63 0.80 0.01 12.54 0.97 0.59
Hex FC 5D 33 0 3F 50 1 D 61 3B
Octal 374 135 63 0 77 120 1 15 141 73
Binary 11111100 1011101 110011 0 111111 1010000 1 1101 1100001 111011

Color Harmonies of #FC5D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D33

Black with #FC5D33

Text Example


Text Example

White with #FC5D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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