Html Css Color HEX #FED893 Caramel

📋 copy color: '#FED893'

red 254 ◦ green 216 ◦ blue 147

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

Shades of Caramel #FED893

Tints of Caramel #FED893

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.01%

 BLUE value IS 147 (57.81% from 255) = 23.82%

R = 41.17%
G = 35.01%
B = 23.82%

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

#FED893 (or 0xFED893) is known color: Caramel. HEX triplet: FE, D8 and 93. RGB value is (254,216,147). Sum of RGB (Red+Green+Blue) = 254+216+147=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 147 (57.81% from 255 or 23.82% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED893 is #01276C. Grayscale: #DBDBDB. Windows color (decimal): -75629 or 9689342. OLE color: 9689342.

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

Color convert

RGB 254 216 147 -
CMYK 0 0.15 0.42 0.00
HSL 38.69º 0.98% 0.79% -
HSV(B) 38.69º 0.42% 1% -
XYZ 70.7 72.29 37.83 -
YUV 219.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 254 216 147 0 0.15 0.42 0.00 38.69 0.98 0.79
Hex FE D8 93 0 F 2A 0 27 62 4F
Octal 376 330 223 0 17 52 0 47 142 117
Binary 11111110 11011000 10010011 0 1111 101010 0 100111 1100010 1001111

Color Harmonies of #FED893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED893

Black with #FED893

Text Example


Text Example

White with #FED893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED893; }

 p { color: rgb(254,216,147); }

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

background-color css

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

 a { background-color: rgb(254,216,147); }

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

border-color css

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

 span { border-color: rgb(254,216,147); }

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