Html Css Color HEX #FED592 Caramel

📋 copy color: '#FED592'

red 254 ◦ green 213 ◦ blue 146

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

Shades of Caramel #FED592

Tints of Caramel #FED592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.75%

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

R = 41.44%
G = 34.75%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FED592 (or 0xFED592) is known color: Caramel. HEX triplet: FE, D5 and 92. RGB value is (254,213,146). Sum of RGB (Red+Green+Blue) = 254+213+146=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 146 (57.42% from 255 or 23.82% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FED592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED592 is #012A6D. Grayscale: #D9D9D9. Windows color (decimal): -76398 or 9623038. OLE color: 9623038.

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

Color convert

RGB 254 213 146 -
CMYK 0 0.16 0.43 0.00
HSL 37.22º 0.98% 0.78% -
HSV(B) 37.22º 0.43% 1% -
XYZ 69.86 70.73 37.17 -
YUV 217.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 254 213 146 0 0.16 0.43 0.00 37.22 0.98 0.78
Hex FE D5 92 0 10 2B 0 25 62 4E
Octal 376 325 222 0 20 53 0 45 142 116
Binary 11111110 11010101 10010010 0 10000 101011 0 100101 1100010 1001110

Color Harmonies of #FED592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED592

Black with #FED592

Text Example


Text Example

White with #FED592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED592; }

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

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

background-color css

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

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

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

border-color css

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

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

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