Html Css Color HEX #FED894 Caramel

📋 copy color: '#FED894'

red 254 ◦ green 216 ◦ blue 148

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

Shades of Caramel #FED894

Tints of Caramel #FED894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.95%

R = 41.1%
G = 34.95%
B = 23.95%

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

#FED894 (or 0xFED894) is known color: Caramel. HEX triplet: FE, D8 and 94. RGB value is (254,216,148). Sum of RGB (Red+Green+Blue) = 254+216+148=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 148 (58.20% from 255 or 23.95% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FED894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED894 is #01276B. Grayscale: #DBDBDB. Windows color (decimal): -75628 or 9754878. OLE color: 9754878.

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

Color convert

RGB 254 216 148 -
CMYK 0 0.15 0.42 0.00
HSL 38.49º 0.98% 0.79% -
HSV(B) 38.49º 0.42% 1% -
XYZ 70.77 72.32 38.25 -
YUV 219.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 254 216 148 0 0.15 0.42 0.00 38.49 0.98 0.79
Hex FE D8 94 0 F 2A 0 26 62 4F
Octal 376 330 224 0 17 52 0 46 142 117
Binary 11111110 11011000 10010100 0 1111 101010 0 100110 1100010 1001111

Color Harmonies of #FED894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED894

Black with #FED894

Text Example


Text Example

White with #FED894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED894; }

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

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

background-color css

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

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

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

border-color css

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

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

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