Html Css Color HEX #FED38D Caramel

📋 copy color: '#FED38D'

red 254 ◦ green 211 ◦ blue 141

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

Shades of Caramel #FED38D

Tints of Caramel #FED38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.82%

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

R = 41.91%
G = 34.82%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FED38D (or 0xFED38D) is known color: Caramel. HEX triplet: FE, D3 and 8D. RGB value is (254,211,141). Sum of RGB (Red+Green+Blue) = 254+211+141=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FED38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED38D is #012C72. Grayscale: #D8D8D8. Windows color (decimal): -76915 or 9294846. OLE color: 9294846.

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

Color convert

RGB 254 211 141 -
CMYK 0 0.17 0.44 0.00
HSL 37.17º 0.98% 0.77% -
HSV(B) 37.17º 0.44% 1% -
XYZ 68.98 69.58 34.99 -
YUV 215.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 254 211 141 0 0.17 0.44 0.00 37.17 0.98 0.77
Hex FE D3 8D 0 11 2C 0 25 62 4D
Octal 376 323 215 0 21 54 0 45 142 115
Binary 11111110 11010011 10001101 0 10001 101100 0 100101 1100010 1001101

Color Harmonies of #FED38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED38D

Black with #FED38D

Text Example


Text Example

White with #FED38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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