Html Css Color HEX #FED98D Caramel

📋 copy color: '#FED98D'

red 254 ◦ green 217 ◦ blue 141

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

Shades of Caramel #FED98D

Tints of Caramel #FED98D

RGB

 RED value IS 254 (99.61% from 255) = 41.5%

 GREEN value IS 217 (85.16% from 255) = 35.46%

 BLUE value IS 141 (55.47% from 255) = 23.04%

R = 41.5%
G = 35.46%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FED98D (or 0xFED98D) is known color: Caramel. HEX triplet: FE, D9 and 8D. RGB value is (254,217,141). Sum of RGB (Red+Green+Blue) = 254+217+141=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FED98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED98D is #012672. Grayscale: #DBDBDB. Windows color (decimal): -75379 or 9296382. OLE color: 9296382.

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

Color convert

RGB 254 217 141 -
CMYK 0 0.15 0.44 0.00
HSL 40.35º 0.98% 0.77% -
HSV(B) 40.35º 0.44% 1% -
XYZ 70.49 72.62 35.5 -
YUV 219.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 254 217 141 0 0.15 0.44 0.00 40.35 0.98 0.77
Hex FE D9 8D 0 F 2C 0 28 62 4D
Octal 376 331 215 0 17 54 0 50 142 115
Binary 11111110 11011001 10001101 0 1111 101100 0 101000 1100010 1001101

Color Harmonies of #FED98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED98D

Black with #FED98D

Text Example


Text Example

White with #FED98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED98D; }

 p { color: rgb(254,217,141); }

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

background-color css

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

 a { background-color: rgb(254,217,141); }

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

border-color css

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

 span { border-color: rgb(254,217,141); }

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