Html Css Color HEX #FCCF6B Grandis

📋 copy color: '#FCCF6B'

red 252 ◦ green 207 ◦ blue 107

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

Shades of Grandis #FCCF6B

Tints of Grandis #FCCF6B

RGB

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

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

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

R = 44.52%
G = 36.57%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCCF6B (or 0xFCCF6B) is known color: Grandis. HEX triplet: FC, CF and 6B. RGB value is (252,207,107). Sum of RGB (Red+Green+Blue) = 252+207+107=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF6B is #033094. Grayscale: #D1D1D1. Windows color (decimal): -209045 or 7065596. OLE color: 7065596.

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

Color convert

RGB 252 207 107 -
CMYK 0 0.18 0.58 0.01
HSL 41.38º 0.96% 0.7% -
HSV(B) 41.38º 0.58% 0.99% -
XYZ 65.11 66.38 23.29 -
YUV 209.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 252 207 107 0 0.18 0.58 0.01 41.38 0.96 0.7
Hex FC CF 6B 0 12 3A 1 29 60 46
Octal 374 317 153 0 22 72 1 51 140 106
Binary 11111100 11001111 1101011 0 10010 111010 1 101001 1100000 1000110

Color Harmonies of #FCCF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF6B

Black with #FCCF6B

Text Example


Text Example

White with #FCCF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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