Html Css Color HEX #FED398 Caramel

📋 copy color: '#FED398'

red 254 ◦ green 211 ◦ blue 152

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

Shades of Caramel #FED398

Tints of Caramel #FED398

RGB

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

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

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

R = 41.17%
G = 34.2%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FED398 (or 0xFED398) is known color: Caramel. HEX triplet: FE, D3 and 98. RGB value is (254,211,152). Sum of RGB (Red+Green+Blue) = 254+211+152=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 152 (59.77% from 255 or 24.64% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED398 is #012C67. Grayscale: #D9D9D9. Windows color (decimal): -76904 or 10015742. OLE color: 10015742.

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

Color convert

RGB 254 211 152 -
CMYK 0 0.17 0.40 0.00
HSL 34.71º 0.98% 0.8% -
HSV(B) 34.71º 0.4% 1% -
XYZ 69.83 69.93 39.52 -
YUV 217.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 254 211 152 0 0.17 0.40 0.00 34.71 0.98 0.8
Hex FE D3 98 0 11 28 0 23 62 50
Octal 376 323 230 0 21 50 0 43 142 120
Binary 11111110 11010011 10011000 0 10001 101000 0 100011 1100010 1010000

Color Harmonies of #FED398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED398

Black with #FED398

Text Example


Text Example

White with #FED398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED398; }

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

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

background-color css

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

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

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

border-color css

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

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

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