#FFCE6B

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

Shades of Grandis #FFCE6B

Tints of Grandis #FFCE6B

Color information

#FFCE6B (or 0xFFCE6B) is unknown color: approx Grandis. HEX triplet: FF, CE and 6B. RGB value is (255,206,107). Sum of RGB (Red+Green+Blue) = 255+206+107=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE6B is #003194. Grayscale: #D1D1D1. Windows color (decimal): -12693 or 7065343. OLE color: 7065343.

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

Color convert

RGB255206107-
CMYK00.190.580
HSL40.14º100%70.98%-
HSV(B)40.14º58.04%100%-
XYZ65.9766.4623.26-
YUV209.3670.23160.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 107 (42.19% from 255) = 18.84%
R=44.89%
G=36.27%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520610700.190.58040.1410070.98
HexFFCE6B0133A0286447
Octal37731615302372050144107
Binary11111111110011101101011010011111010010100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE6B; }

 p { color: rgb(255,206,107); }

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

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

 a { background-color: rgb(255,206,107); }

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

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

 span { border-color: rgb(255,206,107); }

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