Html Css Color HEX #FED594 Caramel

📋 copy color: '#FED594'

red 254 ◦ green 213 ◦ blue 148

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

Shades of Caramel #FED594

Tints of Caramel #FED594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.63%

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

R = 41.3%
G = 34.63%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FED594 (or 0xFED594) is known color: Caramel. HEX triplet: FE, D5 and 94. RGB value is (254,213,148). Sum of RGB (Red+Green+Blue) = 254+213+148=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 148 (58.20% from 255 or 24.07% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FED594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED594 is #012A6B. Grayscale: #DADADA. Windows color (decimal): -76396 or 9754110. OLE color: 9754110.

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

Color convert

RGB 254 213 148 -
CMYK 0 0.16 0.42 0.00
HSL 36.79º 0.98% 0.79% -
HSV(B) 36.79º 0.42% 1% -
XYZ 70.01 70.8 37.99 -
YUV 217.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 254 213 148 0 0.16 0.42 0.00 36.79 0.98 0.79
Hex FE D5 94 0 10 2A 0 25 62 4F
Octal 376 325 224 0 20 52 0 45 142 117
Binary 11111110 11010101 10010100 0 10000 101010 0 100101 1100010 1001111

Color Harmonies of #FED594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED594

Black with #FED594

Text Example


Text Example

White with #FED594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED594; }

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

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

background-color css

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

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

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

border-color css

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

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

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