Html Css Color HEX #FED998 Caramel

📋 copy color: '#FED998'

red 254 ◦ green 217 ◦ blue 152

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

Shades of Caramel #FED998

Tints of Caramel #FED998

RGB

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

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

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

R = 40.77%
G = 34.83%
B = 24.4%

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

#FED998 (or 0xFED998) is known color: Caramel. HEX triplet: FE, D9 and 98. RGB value is (254,217,152). Sum of RGB (Red+Green+Blue) = 254+217+152=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 152 (59.77% from 255 or 24.40% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FED998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED998 is #012667. Grayscale: #DCDCDC. Windows color (decimal): -75368 or 10017278. OLE color: 10017278.

HSL color Cylindrical-coordinate representation of color #FED998: hue angle of 38.24º 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 #FED998 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 217 152 -
CMYK 0 0.15 0.40 0.00
HSL 38.24º 0.98% 0.8% -
HSV(B) 38.24º 0.4% 1% -
XYZ 71.35 72.96 40.03 -
YUV 220.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 254 217 152 0 0.15 0.40 0.00 38.24 0.98 0.8
Hex FE D9 98 0 F 28 0 26 62 50
Octal 376 331 230 0 17 50 0 46 142 120
Binary 11111110 11011001 10011000 0 1111 101000 0 100110 1100010 1010000

Color Harmonies of #FED998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED998

Black with #FED998

Text Example


Text Example

White with #FED998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED998; }

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

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

background-color css

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

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

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

border-color css

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

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

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