Html Css Color HEX #FED59A Caramel

📋 copy color: '#FED59A'

red 254 ◦ green 213 ◦ blue 154

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

Shades of Caramel #FED59A

Tints of Caramel #FED59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 24.8%

R = 40.9%
G = 34.3%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FED59A (or 0xFED59A) is known color: Caramel. HEX triplet: FE, D5 and 9A. RGB value is (254,213,154). Sum of RGB (Red+Green+Blue) = 254+213+154=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FED59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED59A is #012A65. Grayscale: #DADADA. Windows color (decimal): -76390 or 10147326. OLE color: 10147326.

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

Color convert

RGB 254 213 154 -
CMYK 0 0.16 0.39 0.00
HSL 35.4º 0.98% 0.8% -
HSV(B) 35.4º 0.39% 1% -
XYZ 70.5 70.99 40.56 -
YUV 218.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 254 213 154 0 0.16 0.39 0.00 35.4 0.98 0.8
Hex FE D5 9A 0 10 27 0 23 62 50
Octal 376 325 232 0 20 47 0 43 142 120
Binary 11111110 11010101 10011010 0 10000 100111 0 100011 1100010 1010000

Color Harmonies of #FED59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED59A

Black with #FED59A

Text Example


Text Example

White with #FED59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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