#ffca6b

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

Shades of Grandis #FFCA6B

Tints of Grandis #FFCA6B

Color information

#FFCA6B (or 0xFFCA6B) is unknown color: approx Grandis. HEX triplet: FF, CA and 6B. RGB value is (255,202,107). Sum of RGB (Red+Green+Blue) = 255+202+107=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 107 (42.19% from 255 or 18.97% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA6B is #003594. Grayscale: #CFCFCF. Windows color (decimal): -13717 or 7064319. OLE color: 7064319.

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

Color convert

RGB255202107-
CMYK00.210.580
HSL38.51º100%70.98%-
HSV(B)38.51º58.04%100%-
XYZ65.0164.5622.95-
YUV207.0271.56162.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.21%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 107 (42.19% from 255) = 18.97%
R=45.21%
G=35.82%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520210700.210.58038.5110070.98
HexFFCA6B0153A0276447
Octal37731215302572047144107
Binary11111111110010101101011010101111010010011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffca6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffca6b; }

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

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

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

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

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

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

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

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