Html Css Color HEX #FDD491 Caramel

📋 copy color: '#FDD491'

red 253 ◦ green 212 ◦ blue 145

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

Shades of Caramel #FDD491

Tints of Caramel #FDD491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.77%

R = 41.48%
G = 34.75%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDD491 (or 0xFDD491) is known color: Caramel. HEX triplet: FD, D4 and 91. RGB value is (253,212,145). Sum of RGB (Red+Green+Blue) = 253+212+145=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD491 is #022B6E. Grayscale: #D8D8D8. Windows color (decimal): -142191 or 9557245. OLE color: 9557245.

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

Color convert

RGB 253 212 145 -
CMYK 0 0.16 0.43 0.01
HSL 37.22º 0.96% 0.78% -
HSV(B) 37.22º 0.43% 0.99% -
XYZ 69.16 70.01 36.66 -
YUV 216.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 253 212 145 0 0.16 0.43 0.01 37.22 0.96 0.78
Hex FD D4 91 0 10 2B 1 25 60 4E
Octal 375 324 221 0 20 53 1 45 140 116
Binary 11111101 11010100 10010001 0 10000 101011 1 100101 1100000 1001110

Color Harmonies of #FDD491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD491

Black with #FDD491

Text Example


Text Example

White with #FDD491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD491; }

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

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

background-color css

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

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

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

border-color css

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

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

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