Html Css Color HEX #FED499 Caramel

📋 copy color: '#FED499'

red 254 ◦ green 212 ◦ blue 153

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

Shades of Caramel #FED499

Tints of Caramel #FED499

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.25%

 BLUE value IS 153 (60.16% from 255) = 24.72%

R = 41.03%
G = 34.25%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FED499 (or 0xFED499) is known color: Caramel. HEX triplet: FE, D4 and 99. RGB value is (254,212,153). Sum of RGB (Red+Green+Blue) = 254+212+153=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 153 (60.16% from 255 or 24.72% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FED499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED499 is #012B66. Grayscale: #DADADA. Windows color (decimal): -76647 or 10081534. OLE color: 10081534.

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

Color convert

RGB 254 212 153 -
CMYK 0 0.17 0.40 0.00
HSL 35.05º 0.98% 0.8% -
HSV(B) 35.05º 0.4% 1% -
XYZ 70.17 70.46 40.04 -
YUV 217.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 254 212 153 0 0.17 0.40 0.00 35.05 0.98 0.8
Hex FE D4 99 0 11 28 0 23 62 50
Octal 376 324 231 0 21 50 0 43 142 120
Binary 11111110 11010100 10011001 0 10001 101000 0 100011 1100010 1010000

Color Harmonies of #FED499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED499

Black with #FED499

Text Example


Text Example

White with #FED499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED499; }

 p { color: rgb(254,212,153); }

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

background-color css

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

 a { background-color: rgb(254,212,153); }

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

border-color css

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

 span { border-color: rgb(254,212,153); }

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