Html Css Color HEX #FC964B Sunshade

📋 copy color: '#FC964B'

red 252 ◦ green 150 ◦ blue 75

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

Shades of Sunshade #FC964B

Tints of Sunshade #FC964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.72%

R = 52.83%
G = 31.45%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC964B (or 0xFC964B) is known color: Sunshade. HEX triplet: FC, 96 and 4B. RGB value is (252,150,75). Sum of RGB (Red+Green+Blue) = 252+150+75=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC964B is #0369B4. Grayscale: #ACACAC. Windows color (decimal): -223669 or 4953852. OLE color: 4953852.

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

Color convert

RGB 252 150 75 -
CMYK 0 0.40 0.70 0.01
HSL 25.42º 0.97% 0.64% -
HSV(B) 25.42º 0.7% 0.99% -
XYZ 52.32 43.02 12.2 -
YUV 171.95 73.29 185.1 -
System Red Green Blue C M Y K H S L
Decimal 252 150 75 0 0.40 0.70 0.01 25.42 0.97 0.64
Hex FC 96 4B 0 28 46 1 19 61 40
Octal 374 226 113 0 50 106 1 31 141 100
Binary 11111100 10010110 1001011 0 101000 1000110 1 11001 1100001 1000000

Color Harmonies of #FC964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC964B

Black with #FC964B

Text Example


Text Example

White with #FC964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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