Html Css Color HEX #FFD490 Caramel

📋 copy color: '#FFD490'

red 255 ◦ green 212 ◦ blue 144

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

Shades of Caramel #FFD490

Tints of Caramel #FFD490

RGB

 RED value IS 255 (100% from 255) = 41.73%

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

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

R = 41.73%
G = 34.7%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFD490 (or 0xFFD490) is known color: Caramel. HEX triplet: FF, D4 and 90. RGB value is (255,212,144). Sum of RGB (Red+Green+Blue) = 255+212+144=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD490 is #002B6F. Grayscale: #D9D9D9. Windows color (decimal): -11120 or 9491711. OLE color: 9491711.

HSL color Cylindrical-coordinate representation of color #FFD490: hue angle of 36.76º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFD490 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 212 144 -
CMYK 0 0.17 0.44 0
HSL 36.76º 1% 0.78% -
HSV(B) 36.76º 0.44% 1% -
XYZ 69.82 70.36 36.29 -
YUV 217.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 255 212 144 0 0.17 0.44 0 36.76 1 0.78
Hex FF D4 90 0 11 2C 0 25 64 4E
Octal 377 324 220 0 21 54 0 45 144 116
Binary 11111111 11010100 10010000 0 10001 101100 0 100101 1100100 1001110

Color Harmonies of #FFD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD490

Black with #FFD490

Text Example


Text Example

White with #FFD490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD490; }

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

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

background-color css

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

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

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

border-color css

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

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

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