Html Css Color HEX #FC5A38 Outrageous Orange

📋 copy color: '#FC5A38'

red 252 ◦ green 90 ◦ blue 56

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

Shades of Outrageous Orange #FC5A38

Tints of Outrageous Orange #FC5A38

RGB

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

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

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

R = 63.32%
G = 22.61%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC5A38 (or 0xFC5A38) is known color: Outrageous Orange. HEX triplet: FC, 5A and 38. RGB value is (252,90,56). Sum of RGB (Red+Green+Blue) = 252+90+56=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A38 is #03A5C7. Grayscale: #868686. Windows color (decimal): -239048 or 3693308. OLE color: 3693308.

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

Color convert

RGB 252 90 56 -
CMYK 0 0.64 0.78 0.01
HSL 10.41º 0.97% 0.6% -
HSV(B) 10.41º 0.78% 0.99% -
XYZ 44.51 28.29 6.86 -
YUV 134.56 83.67 211.76 -
System Red Green Blue C M Y K H S L
Decimal 252 90 56 0 0.64 0.78 0.01 10.41 0.97 0.6
Hex FC 5A 38 0 40 4E 1 A 61 3C
Octal 374 132 70 0 100 116 1 12 141 74
Binary 11111100 1011010 111000 0 1000000 1001110 1 1010 1100001 111100

Color Harmonies of #FC5A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A38

Black with #FC5A38

Text Example


Text Example

White with #FC5A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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