Html Css Color HEX #FED992 Caramel

📋 copy color: '#FED992'

red 254 ◦ green 217 ◦ blue 146

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

Shades of Caramel #FED992

Tints of Caramel #FED992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.17%

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

R = 41.17%
G = 35.17%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FED992 (or 0xFED992) is known color: Caramel. HEX triplet: FE, D9 and 92. RGB value is (254,217,146). Sum of RGB (Red+Green+Blue) = 254+217+146=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 146 (57.42% from 255 or 23.66% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED992 is #01266D. Grayscale: #DCDCDC. Windows color (decimal): -75374 or 9624062. OLE color: 9624062.

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

Color convert

RGB 254 217 146 -
CMYK 0 0.15 0.43 0.00
HSL 39.44º 0.98% 0.78% -
HSV(B) 39.44º 0.43% 1% -
XYZ 70.87 72.77 37.51 -
YUV 219.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 254 217 146 0 0.15 0.43 0.00 39.44 0.98 0.78
Hex FE D9 92 0 F 2B 0 27 62 4E
Octal 376 331 222 0 17 53 0 47 142 116
Binary 11111110 11011001 10010010 0 1111 101011 0 100111 1100010 1001110

Color Harmonies of #FED992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED992

Black with #FED992

Text Example


Text Example

White with #FED992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED992; }

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

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

background-color css

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

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

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

border-color css

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

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

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