Html Css Color HEX #FED698 Caramel

📋 copy color: '#FED698'

red 254 ◦ green 214 ◦ blue 152

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

Shades of Caramel #FED698

Tints of Caramel #FED698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.52%

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

R = 40.97%
G = 34.52%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FED698 (or 0xFED698) is known color: Caramel. HEX triplet: FE, D6 and 98. RGB value is (254,214,152). Sum of RGB (Red+Green+Blue) = 254+214+152=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FED698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED698 is #012967. Grayscale: #DBDBDB. Windows color (decimal): -76136 or 10016510. OLE color: 10016510.

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

Color convert

RGB 254 214 152 -
CMYK 0 0.16 0.40 0.00
HSL 36.47º 0.98% 0.8% -
HSV(B) 36.47º 0.4% 1% -
XYZ 70.59 71.43 39.77 -
YUV 218.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 254 214 152 0 0.16 0.40 0.00 36.47 0.98 0.8
Hex FE D6 98 0 10 28 0 24 62 50
Octal 376 326 230 0 20 50 0 44 142 120
Binary 11111110 11010110 10011000 0 10000 101000 0 100100 1100010 1010000

Color Harmonies of #FED698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED698

Black with #FED698

Text Example


Text Example

White with #FED698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED698; }

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

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

background-color css

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

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

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

border-color css

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

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

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