#FCCB72

Color #FCCB72 Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #FCCB72

Tints of Grandis #FCCB72

Color information

#FCCB72 (or 0xFCCB72) is unknown color: approx Grandis. HEX triplet: FC, CB and 72. RGB value is (252,203,114). Sum of RGB (Red+Green+Blue) = 252+203+114=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB72 is #03348D. Grayscale: #CFCFCF. Windows color (decimal): -210062 or 7523324. OLE color: 7523324.

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

Color convert

RGB252203114-
CMYK00.190.550.01
HSL38.7º95.83%71.76%-
HSV(B)38.7º54.76%98.82%-
XYZ64.5464.6224.99-
YUV207.575.23159.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 114 (44.92% from 255) = 20.04%
R=44.29%
G=35.68%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220311400.190.550.0138.795.8371.76
HexFCCB72013371276048
Octal37431316202367147140110
Binary11111100110010111110010010011110111110011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCB72; }

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

 H1.HeaderClassName
 {
   color: #FCCB72;
 }
 .AnyTagClassName
 {
   color: #FCCB72;
 }
</style>
background-color css

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

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

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

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

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

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