Html Css Color HEX #FED794 Caramel

📋 copy color: '#FED794'

red 254 ◦ green 215 ◦ blue 148

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

Shades of Caramel #FED794

Tints of Caramel #FED794

RGB

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

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

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

R = 41.17%
G = 34.85%
B = 23.99%

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

#FED794 (or 0xFED794) is known color: Caramel. HEX triplet: FE, D7 and 94. RGB value is (254,215,148). Sum of RGB (Red+Green+Blue) = 254+215+148=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED794 is #01286B. Grayscale: #DBDBDB. Windows color (decimal): -75884 or 9754622. OLE color: 9754622.

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

Color convert

RGB 254 215 148 -
CMYK 0 0.15 0.42 0.00
HSL 37.92º 0.98% 0.79% -
HSV(B) 37.92º 0.42% 1% -
XYZ 70.52 71.81 38.16 -
YUV 219.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 254 215 148 0 0.15 0.42 0.00 37.92 0.98 0.79
Hex FE D7 94 0 F 2A 0 26 62 4F
Octal 376 327 224 0 17 52 0 46 142 117
Binary 11111110 11010111 10010100 0 1111 101010 0 100110 1100010 1001111

Color Harmonies of #FED794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED794

Black with #FED794

Text Example


Text Example

White with #FED794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED794; }

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

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

background-color css

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

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

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

border-color css

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

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

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