#F9DC9B

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

Shades of Cream Brulee #F9DC9B

Tints of Cream Brulee #F9DC9B

Color information

#F9DC9B (or 0xF9DC9B) is unknown color: approx Cream Brulee. HEX triplet: F9, DC and 9B. RGB value is (249,220,155). Sum of RGB (Red+Green+Blue) = 249+220+155=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC9B is #062364. Grayscale: #DDDDDD. Windows color (decimal): -402277 or 10214649. OLE color: 10214649.

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

Color convert

RGB249220155-
CMYK00.120.380.02
HSL41.49º88.68%79.22%-
HSV(B)41.49º37.75%97.65%-
XYZ70.5873.6941.51-
YUV221.2690.61147.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.90%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 155 (60.94% from 255) = 24.84%
R=39.90%
G=35.26%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922015500.120.380.0241.4988.6879.22
HexF9DC9B0C26229594f
Octal37133423301446251131117
Binary111110011101110010011011011001001101010100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DC9B; }

 p { color: rgb(249,220,155); }

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

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

 a { background-color: rgb(249,220,155); }

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

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

 span { border-color: rgb(249,220,155); }

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