Html Css Color HEX #FC974A Sunshade

📋 copy color: '#FC974A'

red 252 ◦ green 151 ◦ blue 74

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

Shades of Sunshade #FC974A

Tints of Sunshade #FC974A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.51%

R = 52.83%
G = 31.66%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC974A (or 0xFC974A) is known color: Sunshade. HEX triplet: FC, 97 and 4A. RGB value is (252,151,74). Sum of RGB (Red+Green+Blue) = 252+151+74=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC974A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC974A is #0368B5. Grayscale: #ACACAC. Windows color (decimal): -223414 or 4888572. OLE color: 4888572.

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

Color convert

RGB 252 151 74 -
CMYK 0 0.40 0.71 0.01
HSL 25.96º 0.97% 0.64% -
HSV(B) 25.96º 0.71% 0.99% -
XYZ 52.45 43.32 12.08 -
YUV 172.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 252 151 74 0 0.40 0.71 0.01 25.96 0.97 0.64
Hex FC 97 4A 0 28 47 1 1A 61 40
Octal 374 227 112 0 50 107 1 32 141 100
Binary 11111100 10010111 1001010 0 101000 1000111 1 11010 1100001 1000000

Color Harmonies of #FC974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC974A

Black with #FC974A

Text Example


Text Example

White with #FC974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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