#F7CF93

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

Shades of Caramel #F7CF93

Tints of Caramel #F7CF93

Color information

#F7CF93 (or 0xF7CF93) is unknown color: approx Caramel. HEX triplet: F7, CF and 93. RGB value is (247,207,147). Sum of RGB (Red+Green+Blue) = 247+207+147=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CF93 is #08306C. Grayscale: #D4D4D4. Windows color (decimal): -536685 or 9687031. OLE color: 9687031.

HSL color Cylindrical-coordinate representation of color #F7CF93: hue angle of 36º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7CF93 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247207147-
CMYK00.160.400.03
HSL36º86.21%77.25%-
HSV(B)36º40.49%96.86%-
XYZ65.9466.5136.97-
YUV212.1291.25152.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 147 (57.81% from 255) = 24.46%
R=41.10%
G=34.44%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720714700.160.400.033686.2177.25
HexF7CF9301028324564d
Octal36731722302050344126115
Binary1111011111001111100100110100001010001110010010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CF93; }

 p { color: rgb(247,207,147); }

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

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

 a { background-color: rgb(247,207,147); }

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

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

 span { border-color: rgb(247,207,147); }

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