Html Css Color HEX #FED795 Caramel

📋 copy color: '#FED795'

red 254 ◦ green 215 ◦ blue 149

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

Shades of Caramel #FED795

Tints of Caramel #FED795

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.79%

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

R = 41.1%
G = 34.79%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FED795 (or 0xFED795) is known color: Caramel. HEX triplet: FE, D7 and 95. RGB value is (254,215,149). Sum of RGB (Red+Green+Blue) = 254+215+149=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FED795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED795 is #01286A. Grayscale: #DBDBDB. Windows color (decimal): -75883 or 9820158. OLE color: 9820158.

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

Color convert

RGB 254 215 149 -
CMYK 0 0.15 0.41 0.00
HSL 37.71º 0.98% 0.79% -
HSV(B) 37.71º 0.41% 1% -
XYZ 70.6 71.84 38.58 -
YUV 219.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 254 215 149 0 0.15 0.41 0.00 37.71 0.98 0.79
Hex FE D7 95 0 F 29 0 26 62 4F
Octal 376 327 225 0 17 51 0 46 142 117
Binary 11111110 11010111 10010101 0 1111 101001 0 100110 1100010 1001111

Color Harmonies of #FED795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED795

Black with #FED795

Text Example


Text Example

White with #FED795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED795; }

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

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

background-color css

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

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

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

border-color css

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

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

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