Html Css Color HEX #FCCE66 Grandis

📋 copy color: '#FCCE66'

red 252 ◦ green 206 ◦ blue 102

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

Shades of Grandis #FCCE66

Tints of Grandis #FCCE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.21%

R = 45%
G = 36.79%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCCE66 (or 0xFCCE66) is known color: Grandis. HEX triplet: FC, CE and 66. RGB value is (252,206,102). Sum of RGB (Red+Green+Blue) = 252+206+102=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE66 is #033199. Grayscale: #D0D0D0. Windows color (decimal): -209306 or 6737660. OLE color: 6737660.

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

Color convert

RGB 252 206 102 -
CMYK 0 0.18 0.60 0.01
HSL 41.6º 0.96% 0.69% -
HSV(B) 41.6º 0.6% 0.99% -
XYZ 64.61 65.8 21.86 -
YUV 207.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 252 206 102 0 0.18 0.60 0.01 41.6 0.96 0.69
Hex FC CE 66 0 12 3C 1 2A 60 45
Octal 374 316 146 0 22 74 1 52 140 105
Binary 11111100 11001110 1100110 0 10010 111100 1 101010 1100000 1000101

Color Harmonies of #FCCE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE66

Black with #FCCE66

Text Example


Text Example

White with #FCCE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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