Html Css Color HEX #FCCC6B Grandis

📋 copy color: '#FCCC6B'

red 252 ◦ green 204 ◦ blue 107

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

Shades of Grandis #FCCC6B

Tints of Grandis #FCCC6B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.23%

 BLUE value IS 107 (42.19% from 255) = 19.01%

R = 44.76%
G = 36.23%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCCC6B (or 0xFCCC6B) is known color: Grandis. HEX triplet: FC, CC and 6B. RGB value is (252,204,107). Sum of RGB (Red+Green+Blue) = 252+204+107=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC6B is #033394. Grayscale: #CFCFCF. Windows color (decimal): -209813 or 7064828. OLE color: 7064828.

HSL color Cylindrical-coordinate representation of color #FCCC6B: hue angle of 40.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCCC6B is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 107 -
CMYK 0 0.19 0.58 0.01
HSL 40.14º 0.96% 0.7% -
HSV(B) 40.14º 0.58% 0.99% -
XYZ 64.39 64.94 23.05 -
YUV 207.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 252 204 107 0 0.19 0.58 0.01 40.14 0.96 0.7
Hex FC CC 6B 0 13 3A 1 28 60 46
Octal 374 314 153 0 23 72 1 50 140 106
Binary 11111100 11001100 1101011 0 10011 111010 1 101000 1100000 1000110

Color Harmonies of #FCCC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC6B

Black with #FCCC6B

Text Example


Text Example

White with #FCCC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC6B; }

 p { color: rgb(252,204,107); }

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

background-color css

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

 a { background-color: rgb(252,204,107); }

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

border-color css

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

 span { border-color: rgb(252,204,107); }

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