Html Css Color HEX #FCCE6A Grandis

📋 copy color: '#FCCE6A'

red 252 ◦ green 206 ◦ blue 106

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

Shades of Grandis #FCCE6A

Tints of Grandis #FCCE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.79%

R = 44.68%
G = 36.52%
B = 18.79%

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

#FCCE6A (or 0xFCCE6A) is known color: Grandis. HEX triplet: FC, CE and 6A. RGB value is (252,206,106). Sum of RGB (Red+Green+Blue) = 252+206+106=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE6A is #033195. Grayscale: #D0D0D0. Windows color (decimal): -209302 or 6999804. OLE color: 6999804.

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

Color convert

RGB 252 206 106 -
CMYK 0 0.18 0.58 0.01
HSL 41.1º 0.96% 0.7% -
HSV(B) 41.1º 0.58% 0.99% -
XYZ 64.82 65.88 22.94 -
YUV 208.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 252 206 106 0 0.18 0.58 0.01 41.1 0.96 0.7
Hex FC CE 6A 0 12 3A 1 29 60 46
Octal 374 316 152 0 22 72 1 51 140 106
Binary 11111100 11001110 1101010 0 10010 111010 1 101001 1100000 1000110

Color Harmonies of #FCCE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE6A

Black with #FCCE6A

Text Example


Text Example

White with #FCCE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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