Html Css Color HEX #FEDA99 Caramel

📋 copy color: '#FEDA99'

red 254 ◦ green 218 ◦ blue 153

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

Shades of Caramel #FEDA99

Tints of Caramel #FEDA99

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.88%

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

R = 40.64%
G = 34.88%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FEDA99 (or 0xFEDA99) is known color: Caramel. HEX triplet: FE, DA and 99. RGB value is (254,218,153). Sum of RGB (Red+Green+Blue) = 254+218+153=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 153 (60.16% from 255 or 24.48% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA99 is #012566. Grayscale: #DDDDDD. Windows color (decimal): -75111 or 10083070. OLE color: 10083070.

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

Color convert

RGB 254 218 153 -
CMYK 0 0.14 0.40 0.00
HSL 38.61º 0.98% 0.8% -
HSV(B) 38.61º 0.4% 1% -
XYZ 71.69 73.51 40.55 -
YUV 221.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 254 218 153 0 0.14 0.40 0.00 38.61 0.98 0.8
Hex FE DA 99 0 E 28 0 27 62 50
Octal 376 332 231 0 16 50 0 47 142 120
Binary 11111110 11011010 10011001 0 1110 101000 0 100111 1100010 1010000

Color Harmonies of #FEDA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA99

Black with #FEDA99

Text Example


Text Example

White with #FEDA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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