Html Css Color HEX #FDD28F Caramel

📋 copy color: '#FDD28F'

red 253 ◦ green 210 ◦ blue 143

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

Shades of Caramel #FDD28F

Tints of Caramel #FDD28F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.65%

 BLUE value IS 143 (56.25% from 255) = 23.6%

R = 41.75%
G = 34.65%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDD28F (or 0xFDD28F) is known color: Caramel. HEX triplet: FD, D2 and 8F. RGB value is (253,210,143). Sum of RGB (Red+Green+Blue) = 253+210+143=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD28F is #022D70. Grayscale: #D7D7D7. Windows color (decimal): -142705 or 9425661. OLE color: 9425661.

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

Color convert

RGB 253 210 143 -
CMYK 0 0.17 0.43 0.01
HSL 36.55º 0.96% 0.78% -
HSV(B) 36.55º 0.43% 0.99% -
XYZ 68.51 68.96 35.69 -
YUV 215.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 253 210 143 0 0.17 0.43 0.01 36.55 0.96 0.78
Hex FD D2 8F 0 11 2B 1 25 60 4E
Octal 375 322 217 0 21 53 1 45 140 116
Binary 11111101 11010010 10001111 0 10001 101011 1 100101 1100000 1001110

Color Harmonies of #FDD28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD28F

Black with #FDD28F

Text Example


Text Example

White with #FDD28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD28F; }

 p { color: rgb(253,210,143); }

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

background-color css

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

 a { background-color: rgb(253,210,143); }

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

border-color css

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

 span { border-color: rgb(253,210,143); }

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