Html Css Color HEX #FCCE6C Grandis

📋 copy color: '#FCCE6C'

red 252 ◦ green 206 ◦ blue 108

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

Shades of Grandis #FCCE6C

Tints of Grandis #FCCE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.08%

R = 44.52%
G = 36.4%
B = 19.08%

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

#FCCE6C (or 0xFCCE6C) is known color: Grandis. HEX triplet: FC, CE and 6C. RGB value is (252,206,108). Sum of RGB (Red+Green+Blue) = 252+206+108=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE6C is #033193. Grayscale: #D1D1D1. Windows color (decimal): -209300 or 7130876. OLE color: 7130876.

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

Color convert

RGB 252 206 108 -
CMYK 0 0.18 0.57 0.01
HSL 40.83º 0.96% 0.71% -
HSV(B) 40.83º 0.57% 0.99% -
XYZ 64.92 65.92 23.49 -
YUV 208.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 252 206 108 0 0.18 0.57 0.01 40.83 0.96 0.71
Hex FC CE 6C 0 12 39 1 29 60 47
Octal 374 316 154 0 22 71 1 51 140 107
Binary 11111100 11001110 1101100 0 10010 111001 1 101001 1100000 1000111

Color Harmonies of #FCCE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE6C

Black with #FCCE6C

Text Example


Text Example

White with #FCCE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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