Html Css Color HEX #FDD38F Caramel

📋 copy color: '#FDD38F'

red 253 ◦ green 211 ◦ blue 143

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

Shades of Caramel #FDD38F

Tints of Caramel #FDD38F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.76%

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

R = 41.68%
G = 34.76%
B = 23.56%

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

#FDD38F (or 0xFDD38F) is known color: Caramel. HEX triplet: FD, D3 and 8F. RGB value is (253,211,143). Sum of RGB (Red+Green+Blue) = 253+211+143=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 143 (56.25% from 255 or 23.56% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD38F is #022C70. Grayscale: #D8D8D8. Windows color (decimal): -142449 or 9425917. OLE color: 9425917.

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

Color convert

RGB 253 211 143 -
CMYK 0 0.17 0.43 0.01
HSL 37.09º 0.96% 0.78% -
HSV(B) 37.09º 0.43% 0.99% -
XYZ 68.76 69.45 35.77 -
YUV 215.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 253 211 143 0 0.17 0.43 0.01 37.09 0.96 0.78
Hex FD D3 8F 0 11 2B 1 25 60 4E
Octal 375 323 217 0 21 53 1 45 140 116
Binary 11111101 11010011 10001111 0 10001 101011 1 100101 1100000 1001110

Color Harmonies of #FDD38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD38F

Black with #FDD38F

Text Example


Text Example

White with #FDD38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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