#F4C46B

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

Shades of Grandis #F4C46B

Tints of Grandis #F4C46B

Color information

#F4C46B (or 0xF4C46B) is unknown color: approx Grandis. HEX triplet: F4, C4 and 6B. RGB value is (244,196,107). Sum of RGB (Red+Green+Blue) = 244+196+107=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C46B is #0B3B94. Grayscale: #C8C8C8. Windows color (decimal): -736149 or 7062772. OLE color: 7062772.

HSL color Cylindrical-coordinate representation of color #F4C46B: hue angle of 38.98º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4C46B is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB244196107-
CMYK00.200.560.04
HSL38.98º86.16%68.82%-
HSV(B)38.98º56.15%95.69%-
XYZ59.759.7722.3-
YUV200.2175.4159.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.61%
GREEN value IS 196 (76.95% from 255) = 35.83%
BLUE value IS 107 (42.19% from 255) = 19.56%
R=44.61%
G=35.83%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419610700.200.560.0438.9886.1668.82
HexF4C46B014384275645
Octal36430415302470447126105
Binary1111010011000100110101101010011100010010011110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C46B; }

 p { color: rgb(244,196,107); }

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

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

 a { background-color: rgb(244,196,107); }

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

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

 span { border-color: rgb(244,196,107); }

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