Html Css Color HEX #FED492 Caramel

📋 copy color: '#FED492'

red 254 ◦ green 212 ◦ blue 146

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

Shades of Caramel #FED492

Tints of Caramel #FED492

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.64%

 BLUE value IS 146 (57.42% from 255) = 23.86%

R = 41.5%
G = 34.64%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FED492 (or 0xFED492) is known color: Caramel. HEX triplet: FE, D4 and 92. RGB value is (254,212,146). Sum of RGB (Red+Green+Blue) = 254+212+146=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FED492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED492 is #012B6D. Grayscale: #D9D9D9. Windows color (decimal): -76654 or 9622782. OLE color: 9622782.

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

Color convert

RGB 254 212 146 -
CMYK 0 0.17 0.43 0.00
HSL 36.67º 0.98% 0.78% -
HSV(B) 36.67º 0.43% 1% -
XYZ 69.6 70.23 37.08 -
YUV 217.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 254 212 146 0 0.17 0.43 0.00 36.67 0.98 0.78
Hex FE D4 92 0 11 2B 0 25 62 4E
Octal 376 324 222 0 21 53 0 45 142 116
Binary 11111110 11010100 10010010 0 10001 101011 0 100101 1100010 1001110

Color Harmonies of #FED492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED492

Black with #FED492

Text Example


Text Example

White with #FED492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED492; }

 p { color: rgb(254,212,146); }

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

background-color css

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

 a { background-color: rgb(254,212,146); }

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

border-color css

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

 span { border-color: rgb(254,212,146); }

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