Html Css Color HEX #FDD490 Caramel

📋 copy color: '#FDD490'

red 253 ◦ green 212 ◦ blue 144

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

Shades of Caramel #FDD490

Tints of Caramel #FDD490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.65%

R = 41.54%
G = 34.81%
B = 23.65%

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

#FDD490 (or 0xFDD490) is known color: Caramel. HEX triplet: FD, D4 and 90. RGB value is (253,212,144). Sum of RGB (Red+Green+Blue) = 253+212+144=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD490 is #022B6F. Grayscale: #D8D8D8. Windows color (decimal): -142192 or 9491709. OLE color: 9491709.

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

Color convert

RGB 253 212 144 -
CMYK 0 0.16 0.43 0.01
HSL 37.43º 0.96% 0.78% -
HSV(B) 37.43º 0.43% 0.99% -
XYZ 69.09 69.98 36.25 -
YUV 216.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 253 212 144 0 0.16 0.43 0.01 37.43 0.96 0.78
Hex FD D4 90 0 10 2B 1 25 60 4E
Octal 375 324 220 0 20 53 1 45 140 116
Binary 11111101 11010100 10010000 0 10000 101011 1 100101 1100000 1001110

Color Harmonies of #FDD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD490

Black with #FDD490

Text Example


Text Example

White with #FDD490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD490; }

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

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

background-color css

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

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

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

border-color css

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

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

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