Html Css Color HEX #FED898 Caramel

📋 copy color: '#FED898'

red 254 ◦ green 216 ◦ blue 152

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

Shades of Caramel #FED898

Tints of Caramel #FED898

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.73%

 BLUE value IS 152 (59.77% from 255) = 24.44%

R = 40.84%
G = 34.73%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FED898 (or 0xFED898) is known color: Caramel. HEX triplet: FE, D8 and 98. RGB value is (254,216,152). Sum of RGB (Red+Green+Blue) = 254+216+152=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 152 (59.77% from 255 or 24.44% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FED898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED898 is #012767. Grayscale: #DCDCDC. Windows color (decimal): -75624 or 10017022. OLE color: 10017022.

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

Color convert

RGB 254 216 152 -
CMYK 0 0.15 0.40 0.00
HSL 37.65º 0.98% 0.8% -
HSV(B) 37.65º 0.4% 1% -
XYZ 71.1 72.45 39.94 -
YUV 220.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 254 216 152 0 0.15 0.40 0.00 37.65 0.98 0.8
Hex FE D8 98 0 F 28 0 26 62 50
Octal 376 330 230 0 17 50 0 46 142 120
Binary 11111110 11011000 10011000 0 1111 101000 0 100110 1100010 1010000

Color Harmonies of #FED898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED898

Black with #FED898

Text Example


Text Example

White with #FED898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED898; }

 p { color: rgb(254,216,152); }

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

background-color css

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

 a { background-color: rgb(254,216,152); }

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

border-color css

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

 span { border-color: rgb(254,216,152); }

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