Html Css Color HEX #FED296 Caramel

📋 copy color: '#FED296'

red 254 ◦ green 210 ◦ blue 150

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

Shades of Caramel #FED296

Tints of Caramel #FED296

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.2%

 BLUE value IS 150 (58.98% from 255) = 24.43%

R = 41.37%
G = 34.2%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FED296 (or 0xFED296) is known color: Caramel. HEX triplet: FE, D2 and 96. RGB value is (254,210,150). Sum of RGB (Red+Green+Blue) = 254+210+150=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FED296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED296 is #012D69. Grayscale: #D8D8D8. Windows color (decimal): -77162 or 9884414. OLE color: 9884414.

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

Color convert

RGB 254 210 150 -
CMYK 0 0.17 0.41 0.00
HSL 34.62º 0.98% 0.79% -
HSV(B) 34.62º 0.41% 1% -
XYZ 69.42 69.37 38.58 -
YUV 216.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 254 210 150 0 0.17 0.41 0.00 34.62 0.98 0.79
Hex FE D2 96 0 11 29 0 23 62 4F
Octal 376 322 226 0 21 51 0 43 142 117
Binary 11111110 11010010 10010110 0 10001 101001 0 100011 1100010 1001111

Color Harmonies of #FED296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED296

Black with #FED296

Text Example


Text Example

White with #FED296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED296; }

 p { color: rgb(254,210,150); }

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

background-color css

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

 a { background-color: rgb(254,210,150); }

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

border-color css

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

 span { border-color: rgb(254,210,150); }

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