#FCCB74

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

Shades of Grandis #FCCB74

Tints of Grandis #FCCB74

Color information

#FCCB74 (or 0xFCCB74) is unknown color: approx Grandis. HEX triplet: FC, CB and 74. RGB value is (252,203,116). Sum of RGB (Red+Green+Blue) = 252+203+116=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB74 is #03348B. Grayscale: #D0D0D0. Windows color (decimal): -210060 or 7654396. OLE color: 7654396.

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

Color convert

RGB252203116-
CMYK00.190.540.01
HSL38.38º95.77%72.16%-
HSV(B)38.38º53.97%98.82%-
XYZ64.6564.6725.6-
YUV207.7376.23159.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 116 (45.70% from 255) = 20.32%
R=44.13%
G=35.55%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220311600.190.540.0138.3895.7772.16
HexFCCB74013361266048
Octal37431316402366146140110
Binary11111100110010111110100010011110110110011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCB74; }

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

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

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

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

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

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

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

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