Html Css Color HEX #FEDB9A Caramel

📋 copy color: '#FEDB9A'

red 254 ◦ green 219 ◦ blue 154

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

Shades of Caramel #FEDB9A

Tints of Caramel #FEDB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 24.56%

R = 40.51%
G = 34.93%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEDB9A (or 0xFEDB9A) is known color: Caramel. HEX triplet: FE, DB and 9A. RGB value is (254,219,154). Sum of RGB (Red+Green+Blue) = 254+219+154=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 154 (60.55% from 255 or 24.56% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB9A is #012465. Grayscale: #DEDEDE. Windows color (decimal): -74854 or 10148862. OLE color: 10148862.

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

Color convert

RGB 254 219 154 -
CMYK 0 0.14 0.39 0.00
HSL 39º 0.98% 0.8% -
HSV(B) 39º 0.39% 1% -
XYZ 72.04 74.07 41.07 -
YUV 222.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 254 219 154 0 0.14 0.39 0.00 39 0.98 0.8
Hex FE DB 9A 0 E 27 0 27 62 50
Octal 376 333 232 0 16 47 0 47 142 120
Binary 11111110 11011011 10011010 0 1110 100111 0 100111 1100010 1010000

Color Harmonies of #FEDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB9A

Black with #FEDB9A

Text Example


Text Example

White with #FEDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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