Html Css Color HEX #FEDB99 Caramel

📋 copy color: '#FEDB99'

red 254 ◦ green 219 ◦ blue 153

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

Shades of Caramel #FEDB99

Tints of Caramel #FEDB99

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.98%

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

R = 40.58%
G = 34.98%
B = 24.44%

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

#FEDB99 (or 0xFEDB99) is known color: Caramel. HEX triplet: FE, DB and 99. RGB value is (254,219,153). Sum of RGB (Red+Green+Blue) = 254+219+153=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 153 (60.16% from 255 or 24.44% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB99 is #012466. Grayscale: #DEDEDE. Windows color (decimal): -74855 or 10083326. OLE color: 10083326.

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

Color convert

RGB 254 219 153 -
CMYK 0 0.14 0.40 0.00
HSL 39.21º 0.98% 0.8% -
HSV(B) 39.21º 0.4% 1% -
XYZ 71.95 74.03 40.63 -
YUV 221.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 254 219 153 0 0.14 0.40 0.00 39.21 0.98 0.8
Hex FE DB 99 0 E 28 0 27 62 50
Octal 376 333 231 0 16 50 0 47 142 120
Binary 11111110 11011011 10011001 0 1110 101000 0 100111 1100010 1010000

Color Harmonies of #FEDB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB99

Black with #FEDB99

Text Example


Text Example

White with #FEDB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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