#F5CF94

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

Shades of Caramel #F5CF94

Tints of Caramel #F5CF94

Color information

#F5CF94 (or 0xF5CF94) is unknown color: approx Caramel. HEX triplet: F5, CF and 94. RGB value is (245,207,148). Sum of RGB (Red+Green+Blue) = 245+207+148=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CF94 is #0A306B. Grayscale: #D3D3D3. Windows color (decimal): -667756 or 9752565. OLE color: 9752565.

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

Color convert

RGB245207148-
CMYK00.160.400.04
HSL36.49º82.91%77.06%-
HSV(B)36.49º39.59%96.08%-
XYZ65.3166.1837.35-
YUV211.6492.09151.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 148 (58.20% from 255) = 24.67%
R=40.83%
G=34.5%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520714800.160.400.0436.4982.9177.06
HexF5CF9401028424534d
Octal36531722402050444123115
Binary11110101110011111001010001000010100010010010010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CF94; }

 p { color: rgb(245,207,148); }

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

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

 a { background-color: rgb(245,207,148); }

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

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

 span { border-color: rgb(245,207,148); }

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