Html Css Color HEX #FCCB6A Grandis

📋 copy color: '#FCCB6A'

red 252 ◦ green 203 ◦ blue 106

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

Shades of Grandis #FCCB6A

Tints of Grandis #FCCB6A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.19%

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

R = 44.92%
G = 36.19%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCCB6A (or 0xFCCB6A) is known color: Grandis. HEX triplet: FC, CB and 6A. RGB value is (252,203,106). Sum of RGB (Red+Green+Blue) = 252+203+106=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB6A is #033495. Grayscale: #CFCFCF. Windows color (decimal): -210070 or 6999036. OLE color: 6999036.

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

Color convert

RGB 252 203 106 -
CMYK 0 0.19 0.58 0.01
HSL 39.86º 0.96% 0.7% -
HSV(B) 39.86º 0.58% 0.99% -
XYZ 64.1 64.45 22.7 -
YUV 206.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 252 203 106 0 0.19 0.58 0.01 39.86 0.96 0.7
Hex FC CB 6A 0 13 3A 1 28 60 46
Octal 374 313 152 0 23 72 1 50 140 106
Binary 11111100 11001011 1101010 0 10011 111010 1 101000 1100000 1000110

Color Harmonies of #FCCB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB6A

Black with #FCCB6A

Text Example


Text Example

White with #FCCB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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