Html Css Color HEX #FDD492 Caramel

📋 copy color: '#FDD492'

red 253 ◦ green 212 ◦ blue 146

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

Shades of Caramel #FDD492

Tints of Caramel #FDD492

RGB

 RED value IS 253 (99.22% from 255) = 41.41%

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

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

R = 41.41%
G = 34.7%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDD492 (or 0xFDD492) is known color: Caramel. HEX triplet: FD, D4 and 92. RGB value is (253,212,146). Sum of RGB (Red+Green+Blue) = 253+212+146=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD492 is #022B6D. Grayscale: #D9D9D9. Windows color (decimal): -142190 or 9622781. OLE color: 9622781.

HSL color Cylindrical-coordinate representation of color #FDD492: hue angle of 37.01º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDD492 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 212 146 -
CMYK 0 0.16 0.42 0.01
HSL 37.01º 0.96% 0.78% -
HSV(B) 37.01º 0.42% 0.99% -
XYZ 69.24 70.04 37.06 -
YUV 216.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 253 212 146 0 0.16 0.42 0.01 37.01 0.96 0.78
Hex FD D4 92 0 10 2A 1 25 60 4E
Octal 375 324 222 0 20 52 1 45 140 116
Binary 11111101 11010100 10010010 0 10000 101010 1 100101 1100000 1001110

Color Harmonies of #FDD492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD492

Black with #FDD492

Text Example


Text Example

White with #FDD492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD492; }

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

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

background-color css

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

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

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

border-color css

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

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

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