Html Css Color HEX #FC973F Sunshade

📋 copy color: '#FC973F'

red 252 ◦ green 151 ◦ blue 63

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

Shades of Sunshade #FC973F

Tints of Sunshade #FC973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.4%

 BLUE value IS 63 (25% from 255) = 13.52%

R = 54.08%
G = 32.4%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC973F (or 0xFC973F) is known color: Sunshade. HEX triplet: FC, 97 and 3F. RGB value is (252,151,63). Sum of RGB (Red+Green+Blue) = 252+151+63=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC973F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC973F is #0368C0. Grayscale: #ABABAB. Windows color (decimal): -223425 or 4167676. OLE color: 4167676.

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

Color convert

RGB 252 151 63 -
CMYK 0 0.40 0.75 0.01
HSL 27.94º 0.97% 0.62% -
HSV(B) 27.94º 0.75% 0.99% -
XYZ 52.11 43.19 10.29 -
YUV 171.17 66.96 185.66 -
System Red Green Blue C M Y K H S L
Decimal 252 151 63 0 0.40 0.75 0.01 27.94 0.97 0.62
Hex FC 97 3F 0 28 4B 1 1C 61 3E
Octal 374 227 77 0 50 113 1 34 141 76
Binary 11111100 10010111 111111 0 101000 1001011 1 11100 1100001 111110

Color Harmonies of #FC973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC973F

Black with #FC973F

Text Example


Text Example

White with #FC973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC973F; }

 p { color: rgb(252,151,63); }

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

background-color css

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

 a { background-color: rgb(252,151,63); }

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

border-color css

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

 span { border-color: rgb(252,151,63); }

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