Html Css Color HEX #FCCE6D Grandis

📋 copy color: '#FCCE6D'

red 252 ◦ green 206 ◦ blue 109

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

Shades of Grandis #FCCE6D

Tints of Grandis #FCCE6D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.33%

 BLUE value IS 109 (42.97% from 255) = 19.22%

R = 44.44%
G = 36.33%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCCE6D (or 0xFCCE6D) is known color: Grandis. HEX triplet: FC, CE and 6D. RGB value is (252,206,109). Sum of RGB (Red+Green+Blue) = 252+206+109=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE6D is #033192. Grayscale: #D1D1D1. Windows color (decimal): -209299 or 7196412. OLE color: 7196412.

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

Color convert

RGB 252 206 109 -
CMYK 0 0.18 0.57 0.01
HSL 40.7º 0.96% 0.71% -
HSV(B) 40.7º 0.57% 0.99% -
XYZ 64.98 65.94 23.77 -
YUV 208.7 71.74 158.89 -
System Red Green Blue C M Y K H S L
Decimal 252 206 109 0 0.18 0.57 0.01 40.7 0.96 0.71
Hex FC CE 6D 0 12 39 1 29 60 47
Octal 374 316 155 0 22 71 1 51 140 107
Binary 11111100 11001110 1101101 0 10010 111001 1 101001 1100000 1000111

Color Harmonies of #FCCE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE6D

Black with #FCCE6D

Text Example


Text Example

White with #FCCE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE6D; }

 p { color: rgb(252,206,109); }

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

background-color css

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

 a { background-color: rgb(252,206,109); }

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

border-color css

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

 span { border-color: rgb(252,206,109); }

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