#F9CF94

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

Shades of Caramel #F9CF94

Tints of Caramel #F9CF94

Color information

#F9CF94 (or 0xF9CF94) is unknown color: approx Caramel. HEX triplet: F9, CF and 94. RGB value is (249,207,148). Sum of RGB (Red+Green+Blue) = 249+207+148=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CF94 is #06306B. Grayscale: #D5D5D5. Windows color (decimal): -405612 or 9752569. OLE color: 9752569.

HSL color Cylindrical-coordinate representation of color #F9CF94: hue angle of 35.05º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9CF94 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB249207148-
CMYK00.170.410.02
HSL35.05º89.38%77.84%-
HSV(B)35.05º40.56%97.65%-
XYZ66.7366.937.41-
YUV212.8391.41153.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 148 (58.20% from 255) = 24.50%
R=41.23%
G=34.27%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920714800.170.410.0235.0589.3877.84
HexF9CF9401129223594e
Octal37131722402151243131116
Binary1111100111001111100101000100011010011010001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CF94; }

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

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

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

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

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

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

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

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