Html Css Color HEX #FEDA98 Caramel

📋 copy color: '#FEDA98'

red 254 ◦ green 218 ◦ blue 152

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

Shades of Caramel #FEDA98

Tints of Caramel #FEDA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.94%

 BLUE value IS 152 (59.77% from 255) = 24.36%

R = 40.71%
G = 34.94%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FEDA98 (or 0xFEDA98) is known color: Caramel. HEX triplet: FE, DA and 98. RGB value is (254,218,152). Sum of RGB (Red+Green+Blue) = 254+218+152=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 152 (59.77% from 255 or 24.36% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA98 is #012567. Grayscale: #DDDDDD. Windows color (decimal): -75112 or 10017534. OLE color: 10017534.

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

Color convert

RGB 254 218 152 -
CMYK 0 0.14 0.40 0.00
HSL 38.82º 0.98% 0.8% -
HSV(B) 38.82º 0.4% 1% -
XYZ 71.61 73.48 40.11 -
YUV 221.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 254 218 152 0 0.14 0.40 0.00 38.82 0.98 0.8
Hex FE DA 98 0 E 28 0 27 62 50
Octal 376 332 230 0 16 50 0 47 142 120
Binary 11111110 11011010 10011000 0 1110 101000 0 100111 1100010 1010000

Color Harmonies of #FEDA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA98

Black with #FEDA98

Text Example


Text Example

White with #FEDA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA98; }

 p { color: rgb(254,218,152); }

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

background-color css

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

 a { background-color: rgb(254,218,152); }

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

border-color css

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

 span { border-color: rgb(254,218,152); }

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