Html Css Color HEX #FED293 Caramel

📋 copy color: '#FED293'

red 254 ◦ green 210 ◦ blue 147

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

Shades of Caramel #FED293

Tints of Caramel #FED293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.06%

R = 41.57%
G = 34.37%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FED293 (or 0xFED293) is known color: Caramel. HEX triplet: FE, D2 and 93. RGB value is (254,210,147). Sum of RGB (Red+Green+Blue) = 254+210+147=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 147 (57.81% from 255 or 24.06% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FED293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED293 is #012D6C. Grayscale: #D8D8D8. Windows color (decimal): -77165 or 9687806. OLE color: 9687806.

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

Color convert

RGB 254 210 147 -
CMYK 0 0.17 0.42 0.00
HSL 35.33º 0.98% 0.79% -
HSV(B) 35.33º 0.42% 1% -
XYZ 69.19 69.27 37.33 -
YUV 215.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 254 210 147 0 0.17 0.42 0.00 35.33 0.98 0.79
Hex FE D2 93 0 11 2A 0 23 62 4F
Octal 376 322 223 0 21 52 0 43 142 117
Binary 11111110 11010010 10010011 0 10001 101010 0 100011 1100010 1001111

Color Harmonies of #FED293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED293

Black with #FED293

Text Example


Text Example

White with #FED293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED293; }

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

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

background-color css

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

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

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

border-color css

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

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

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