Html Css Color HEX #FED18E Caramel

📋 copy color: '#FED18E'

red 254 ◦ green 209 ◦ blue 142

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

Shades of Caramel #FED18E

Tints of Caramel #FED18E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.55%

 BLUE value IS 142 (55.86% from 255) = 23.47%

R = 41.98%
G = 34.55%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FED18E (or 0xFED18E) is known color: Caramel. HEX triplet: FE, D1 and 8E. RGB value is (254,209,142). Sum of RGB (Red+Green+Blue) = 254+209+142=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED18E is #012E71. Grayscale: #D7D7D7. Windows color (decimal): -77426 or 9359870. OLE color: 9359870.

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

Color convert

RGB 254 209 142 -
CMYK 0 0.18 0.44 0.00
HSL 35.89º 0.98% 0.78% -
HSV(B) 35.89º 0.44% 1% -
XYZ 68.56 68.62 35.22 -
YUV 214.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 254 209 142 0 0.18 0.44 0.00 35.89 0.98 0.78
Hex FE D1 8E 0 12 2C 0 24 62 4E
Octal 376 321 216 0 22 54 0 44 142 116
Binary 11111110 11010001 10001110 0 10010 101100 0 100100 1100010 1001110

Color Harmonies of #FED18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED18E

Black with #FED18E

Text Example


Text Example

White with #FED18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED18E; }

 p { color: rgb(254,209,142); }

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

background-color css

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

 a { background-color: rgb(254,209,142); }

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

border-color css

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

 span { border-color: rgb(254,209,142); }

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