Html Css Color HEX #FED58D Caramel

📋 copy color: '#FED58D'

red 254 ◦ green 213 ◦ blue 141

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

Shades of Caramel #FED58D

Tints of Caramel #FED58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.19%

R = 41.78%
G = 35.03%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FED58D (or 0xFED58D) is known color: Caramel. HEX triplet: FE, D5 and 8D. RGB value is (254,213,141). Sum of RGB (Red+Green+Blue) = 254+213+141=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FED58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED58D is #012A72. Grayscale: #D9D9D9. Windows color (decimal): -76403 or 9295358. OLE color: 9295358.

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

Color convert

RGB 254 213 141 -
CMYK 0 0.16 0.44 0.00
HSL 38.23º 0.98% 0.77% -
HSV(B) 38.23º 0.44% 1% -
XYZ 69.48 70.58 35.16 -
YUV 217.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 254 213 141 0 0.16 0.44 0.00 38.23 0.98 0.77
Hex FE D5 8D 0 10 2C 0 26 62 4D
Octal 376 325 215 0 20 54 0 46 142 115
Binary 11111110 11010101 10001101 0 10000 101100 0 100110 1100010 1001101

Color Harmonies of #FED58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED58D

Black with #FED58D

Text Example


Text Example

White with #FED58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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