Html Css Color HEX #FCCB6E Grandis

📋 copy color: '#FCCB6E'

red 252 ◦ green 203 ◦ blue 110

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

Shades of Grandis #FCCB6E

Tints of Grandis #FCCB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.47%

R = 44.6%
G = 35.93%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCCB6E (or 0xFCCB6E) is known color: Grandis. HEX triplet: FC, CB and 6E. RGB value is (252,203,110). Sum of RGB (Red+Green+Blue) = 252+203+110=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB6E is #033491. Grayscale: #CFCFCF. Windows color (decimal): -210066 or 7261180. OLE color: 7261180.

HSL color Cylindrical-coordinate representation of color #FCCB6E: hue angle of 39.3º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCCB6E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 110 -
CMYK 0 0.19 0.56 0.01
HSL 39.3º 0.96% 0.71% -
HSV(B) 39.3º 0.56% 0.99% -
XYZ 64.32 64.53 23.82 -
YUV 207.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 252 203 110 0 0.19 0.56 0.01 39.3 0.96 0.71
Hex FC CB 6E 0 13 38 1 27 60 47
Octal 374 313 156 0 23 70 1 47 140 107
Binary 11111100 11001011 1101110 0 10011 111000 1 100111 1100000 1000111

Color Harmonies of #FCCB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB6E

Black with #FCCB6E

Text Example


Text Example

White with #FCCB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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