Html Css Color HEX #FC5938 Outrageous Orange

📋 copy color: '#FC5938'

red 252 ◦ green 89 ◦ blue 56

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

Shades of Outrageous Orange #FC5938

Tints of Outrageous Orange #FC5938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.42%

 BLUE value IS 56 (22.27% from 255) = 14.11%

R = 63.48%
G = 22.42%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC5938 (or 0xFC5938) is known color: Outrageous Orange. HEX triplet: FC, 59 and 38. RGB value is (252,89,56). Sum of RGB (Red+Green+Blue) = 252+89+56=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5938 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5938 is #03A6C7. Grayscale: #868686. Windows color (decimal): -239304 or 3693052. OLE color: 3693052.

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

Color convert

RGB 252 89 56 -
CMYK 0 0.65 0.78 0.01
HSL 10.1º 0.97% 0.6% -
HSV(B) 10.1º 0.78% 0.99% -
XYZ 44.43 28.13 6.83 -
YUV 133.98 84 212.18 -
System Red Green Blue C M Y K H S L
Decimal 252 89 56 0 0.65 0.78 0.01 10.1 0.97 0.6
Hex FC 59 38 0 41 4E 1 A 61 3C
Octal 374 131 70 0 101 116 1 12 141 74
Binary 11111100 1011001 111000 0 1000001 1001110 1 1010 1100001 111100

Color Harmonies of #FC5938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5938

Black with #FC5938

Text Example


Text Example

White with #FC5938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5938; }

 p { color: rgb(252,89,56); }

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

background-color css

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

 a { background-color: rgb(252,89,56); }

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

border-color css

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

 span { border-color: rgb(252,89,56); }

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