Html Css Color HEX #F9D48F Caramel

📋 copy color: '#F9D48F'

red 249 ◦ green 212 ◦ blue 143

#F9D48F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caramel #F9D48F

Tints of Caramel #F9D48F

RGB

 RED value IS 249 (97.66% from 255) = 41.23%

 GREEN value IS 212 (83.2% from 255) = 35.1%

 BLUE value IS 143 (56.25% from 255) = 23.68%

R = 41.23%
G = 35.1%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9D48F (or 0xF9D48F) is known color: Caramel. HEX triplet: F9, D4 and 8F. RGB value is (249,212,143). Sum of RGB (Red+Green+Blue) = 249+212+143=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D48F is #062B70. Grayscale: #D7D7D7. Windows color (decimal): -404337 or 9426169. OLE color: 9426169.

HSL color Cylindrical-coordinate representation of color #F9D48F: hue angle of 39.06º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9D48F is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 212 143 -
CMYK 0 0.15 0.43 0.02
HSL 39.06º 0.9% 0.77% -
HSV(B) 39.06º 0.43% 0.98% -
XYZ 67.57 69.21 35.78 -
YUV 215.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 249 212 143 0 0.15 0.43 0.02 39.06 0.9 0.77
Hex F9 D4 8F 0 F 2B 2 27 5A 4D
Octal 371 324 217 0 17 53 2 47 132 115
Binary 11111001 11010100 10001111 0 1111 101011 10 100111 1011010 1001101

Color Harmonies of #F9D48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D48F

Black with #F9D48F

Text Example


Text Example

White with #F9D48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D48F; }

 p { color: rgb(249,212,143); }

 H1.HeaderClassName
 {
   color: #F9D48F;
 }
 .AnyTagClassName
 {
   color: #F9D48F;
 }
</style>

background-color css

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

 a { background-color: rgb(249,212,143); }

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

border-color css

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

 span { border-color: rgb(249,212,143); }

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