Html Css Color HEX #FED192 Caramel

📋 copy color: '#FED192'

red 254 ◦ green 209 ◦ blue 146

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

Shades of Caramel #FED192

Tints of Caramel #FED192

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.32%

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

R = 41.71%
G = 34.32%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FED192 (or 0xFED192) is known color: Caramel. HEX triplet: FE, D1 and 92. RGB value is (254,209,146). Sum of RGB (Red+Green+Blue) = 254+209+146=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FED192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED192 is #012E6D. Grayscale: #D7D7D7. Windows color (decimal): -77422 or 9622014. OLE color: 9622014.

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

Color convert

RGB 254 209 146 -
CMYK 0 0.18 0.43 0.00
HSL 35º 0.98% 0.78% -
HSV(B) 35º 0.43% 1% -
XYZ 68.86 68.75 36.83 -
YUV 215.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 254 209 146 0 0.18 0.43 0.00 35 0.98 0.78
Hex FE D1 92 0 12 2B 0 23 62 4E
Octal 376 321 222 0 22 53 0 43 142 116
Binary 11111110 11010001 10010010 0 10010 101011 0 100011 1100010 1001110

Color Harmonies of #FED192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED192

Black with #FED192

Text Example


Text Example

White with #FED192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED192; }

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

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

background-color css

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

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

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

border-color css

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

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

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