#F6CF98

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

Shades of Caramel #F6CF98

Tints of Caramel #F6CF98

Color information

#F6CF98 (or 0xF6CF98) is unknown color: approx Caramel. HEX triplet: F6, CF and 98. RGB value is (246,207,152). Sum of RGB (Red+Green+Blue) = 246+207+152=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CF98 is #093067. Grayscale: #D4D4D4. Windows color (decimal): -602216 or 10014710. OLE color: 10014710.

HSL color Cylindrical-coordinate representation of color #F6CF98: hue angle of 35.11º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6CF98 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB246207152-
CMYK00.160.380.04
HSL35.11º83.93%78.04%-
HSV(B)35.11º38.21%96.47%-
XYZ65.9966.4939.06-
YUV212.3993.92151.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 152 (59.77% from 255) = 25.12%
R=40.66%
G=34.21%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620715200.160.380.0435.1183.9378.04
HexF6CF9801026423544e
Octal36631723002046443124116
Binary11110110110011111001100001000010011010010001110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CF98; }

 p { color: rgb(246,207,152); }

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

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

 a { background-color: rgb(246,207,152); }

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

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

 span { border-color: rgb(246,207,152); }

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