Html Css Color HEX #FCCF6C Grandis

📋 copy color: '#FCCF6C'

red 252 ◦ green 207 ◦ blue 108

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

Shades of Grandis #FCCF6C

Tints of Grandis #FCCF6C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.51%

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

R = 44.44%
G = 36.51%
B = 19.05%

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

#FCCF6C (or 0xFCCF6C) is known color: Grandis. HEX triplet: FC, CF and 6C. RGB value is (252,207,108). Sum of RGB (Red+Green+Blue) = 252+207+108=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF6C is #033093. Grayscale: #D1D1D1. Windows color (decimal): -209044 or 7131132. OLE color: 7131132.

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

Color convert

RGB 252 207 108 -
CMYK 0 0.18 0.57 0.01
HSL 41.25º 0.96% 0.71% -
HSV(B) 41.25º 0.57% 0.99% -
XYZ 65.16 66.4 23.57 -
YUV 209.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 252 207 108 0 0.18 0.57 0.01 41.25 0.96 0.71
Hex FC CF 6C 0 12 39 1 29 60 47
Octal 374 317 154 0 22 71 1 51 140 107
Binary 11111100 11001111 1101100 0 10010 111001 1 101001 1100000 1000111

Color Harmonies of #FCCF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF6C

Black with #FCCF6C

Text Example


Text Example

White with #FCCF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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