Html Css Color HEX #FC964A Sunshade

📋 copy color: '#FC964A'

red 252 ◦ green 150 ◦ blue 74

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

Shades of Sunshade #FC964A

Tints of Sunshade #FC964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.51%

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

R = 52.94%
G = 31.51%
B = 15.55%

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

#FC964A (or 0xFC964A) is known color: Sunshade. HEX triplet: FC, 96 and 4A. RGB value is (252,150,74). Sum of RGB (Red+Green+Blue) = 252+150+74=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC964A is #0369B5. Grayscale: #ACACAC. Windows color (decimal): -223670 or 4888316. OLE color: 4888316.

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

Color convert

RGB 252 150 74 -
CMYK 0 0.40 0.71 0.01
HSL 25.62º 0.97% 0.64% -
HSV(B) 25.62º 0.71% 0.99% -
XYZ 52.29 43 12.02 -
YUV 171.83 72.79 185.18 -
System Red Green Blue C M Y K H S L
Decimal 252 150 74 0 0.40 0.71 0.01 25.62 0.97 0.64
Hex FC 96 4A 0 28 47 1 1A 61 40
Octal 374 226 112 0 50 107 1 32 141 100
Binary 11111100 10010110 1001010 0 101000 1000111 1 11010 1100001 1000000

Color Harmonies of #FC964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC964A

Black with #FC964A

Text Example


Text Example

White with #FC964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC964A; }

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

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

background-color css

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

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

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

border-color css

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

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

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