Html Css Color HEX #FED994 Caramel

📋 copy color: '#FED994'

red 254 ◦ green 217 ◦ blue 148

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

Shades of Caramel #FED994

Tints of Caramel #FED994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.91%

R = 41.03%
G = 35.06%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FED994 (or 0xFED994) is known color: Caramel. HEX triplet: FE, D9 and 94. RGB value is (254,217,148). Sum of RGB (Red+Green+Blue) = 254+217+148=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 148 (58.20% from 255 or 23.91% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FED994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED994 is #01266B. Grayscale: #DCDCDC. Windows color (decimal): -75372 or 9755134. OLE color: 9755134.

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

Color convert

RGB 254 217 148 -
CMYK 0 0.15 0.42 0.00
HSL 39.06º 0.98% 0.79% -
HSV(B) 39.06º 0.42% 1% -
XYZ 71.03 72.83 38.33 -
YUV 220.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 254 217 148 0 0.15 0.42 0.00 39.06 0.98 0.79
Hex FE D9 94 0 F 2A 0 27 62 4F
Octal 376 331 224 0 17 52 0 47 142 117
Binary 11111110 11011001 10010100 0 1111 101010 0 100111 1100010 1001111

Color Harmonies of #FED994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED994

Black with #FED994

Text Example


Text Example

White with #FED994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED994; }

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

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

background-color css

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

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

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

border-color css

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

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

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