Html Css Color HEX #FED095 Caramel

📋 copy color: '#FED095'

red 254 ◦ green 208 ◦ blue 149

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

Shades of Caramel #FED095

Tints of Caramel #FED095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.04%

 BLUE value IS 149 (58.59% from 255) = 24.39%

R = 41.57%
G = 34.04%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FED095 (or 0xFED095) is known color: Caramel. HEX triplet: FE, D0 and 95. RGB value is (254,208,149). Sum of RGB (Red+Green+Blue) = 254+208+149=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FED095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED095 is #012F6A. Grayscale: #D7D7D7. Windows color (decimal): -77675 or 9818366. OLE color: 9818366.

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

Color convert

RGB 254 208 149 -
CMYK 0 0.18 0.41 0.00
HSL 33.71º 0.98% 0.79% -
HSV(B) 33.71º 0.41% 1% -
XYZ 68.85 68.35 38 -
YUV 215.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 254 208 149 0 0.18 0.41 0.00 33.71 0.98 0.79
Hex FE D0 95 0 12 29 0 22 62 4F
Octal 376 320 225 0 22 51 0 42 142 117
Binary 11111110 11010000 10010101 0 10010 101001 0 100010 1100010 1001111

Color Harmonies of #FED095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED095

Black with #FED095

Text Example


Text Example

White with #FED095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED095; }

 p { color: rgb(254,208,149); }

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

background-color css

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

 a { background-color: rgb(254,208,149); }

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

border-color css

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

 span { border-color: rgb(254,208,149); }

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