Html Css Color HEX #FC5A3D Outrageous Orange

📋 copy color: '#FC5A3D'

red 252 ◦ green 90 ◦ blue 61

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

Shades of Outrageous Orange #FC5A3D

Tints of Outrageous Orange #FC5A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 62.53%
G = 22.33%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC5A3D (or 0xFC5A3D) is known color: Outrageous Orange. HEX triplet: FC, 5A and 3D. RGB value is (252,90,61). Sum of RGB (Red+Green+Blue) = 252+90+61=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A3D is #03A5C2. Grayscale: #878787. Windows color (decimal): -239043 or 4020988. OLE color: 4020988.

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

Color convert

RGB 252 90 61 -
CMYK 0 0.64 0.76 0.01
HSL 9.11º 0.97% 0.61% -
HSV(B) 9.11º 0.76% 0.99% -
XYZ 44.64 28.34 7.53 -
YUV 135.13 86.17 211.36 -
System Red Green Blue C M Y K H S L
Decimal 252 90 61 0 0.64 0.76 0.01 9.11 0.97 0.61
Hex FC 5A 3D 0 40 4C 1 9 61 3D
Octal 374 132 75 0 100 114 1 11 141 75
Binary 11111100 1011010 111101 0 1000000 1001100 1 1001 1100001 111101

Color Harmonies of #FC5A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A3D

Black with #FC5A3D

Text Example


Text Example

White with #FC5A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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