Html Css Color HEX #F8D38F Caramel

📋 copy color: '#F8D38F'

red 248 ◦ green 211 ◦ blue 143

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

Shades of Caramel #F8D38F

Tints of Caramel #F8D38F

RGB

 RED value IS 248 (97.27% from 255) = 41.2%

 GREEN value IS 211 (82.81% from 255) = 35.05%

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

R = 41.2%
G = 35.05%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8D38F (or 0xF8D38F) is known color: Caramel. HEX triplet: F8, D3 and 8F. RGB value is (248,211,143). Sum of RGB (Red+Green+Blue) = 248+211+143=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D38F is #072C70. Grayscale: #D6D6D6. Windows color (decimal): -470129 or 9425912. OLE color: 9425912.

HSL color Cylindrical-coordinate representation of color #F8D38F: hue angle of 38.86º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8D38F is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 211 143 -
CMYK 0 0.15 0.42 0.03
HSL 38.86º 0.88% 0.77% -
HSV(B) 38.86º 0.42% 0.97% -
XYZ 66.96 68.53 35.68 -
YUV 214.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 248 211 143 0 0.15 0.42 0.03 38.86 0.88 0.77
Hex F8 D3 8F 0 F 2A 3 27 58 4D
Octal 370 323 217 0 17 52 3 47 130 115
Binary 11111000 11010011 10001111 0 1111 101010 11 100111 1011000 1001101

Color Harmonies of #F8D38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D38F

Black with #F8D38F

Text Example


Text Example

White with #F8D38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D38F; }

 p { color: rgb(248,211,143); }

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

background-color css

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

 a { background-color: rgb(248,211,143); }

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

border-color css

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

 span { border-color: rgb(248,211,143); }

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