#FFC369

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

Shades of Grandis #FFC369

Tints of Grandis #FFC369

Color information

#FFC369 (or 0xFFC369) is unknown color: approx Grandis. HEX triplet: FF, C3 and 69. RGB value is (255,195,105). Sum of RGB (Red+Green+Blue) = 255+195+105=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC369 is #003C96. Grayscale: #CBCBCB. Windows color (decimal): -15511 or 6931455. OLE color: 6931455.

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

Color convert

RGB255195105-
CMYK00.240.590
HSL36º100%70.59%-
HSV(B)36º58.82%100%-
XYZ63.361.3121.86-
YUV202.6872.88165.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 105 (41.41% from 255) = 18.92%
R=45.95%
G=35.14%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519510500.240.5903610070.59
HexFFC3690183B0246447
Octal37730315103073044144107
Binary11111111110000111101001011000111011010010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC369; }

 p { color: rgb(255,195,105); }

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

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

 a { background-color: rgb(255,195,105); }

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

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

 span { border-color: rgb(255,195,105); }

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