Html Css Color HEX #FDDF6D Sweet Corn

📋 copy color: '#FDDF6D'

red 253 ◦ green 223 ◦ blue 109

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

Shades of Sweet Corn #FDDF6D

Tints of Sweet Corn #FDDF6D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 109 (42.97% from 255) = 18.63%

R = 43.25%
G = 38.12%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDDF6D (or 0xFDDF6D) is known color: Sweet Corn. HEX triplet: FD, DF and 6D. RGB value is (253,223,109). Sum of RGB (Red+Green+Blue) = 253+223+109=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 109 (42.97% from 255 or 18.63% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF6D is #022092. Grayscale: #DBDBDB. Windows color (decimal): -139411 or 7200765. OLE color: 7200765.

HSL color Cylindrical-coordinate representation of color #FDDF6D: hue angle of 47.5º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDDF6D is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 223 109 -
CMYK 0 0.12 0.57 0.01
HSL 47.5º 0.97% 0.71% -
HSV(B) 47.5º 0.57% 0.99% -
XYZ 69.66 74.76 25.23 -
YUV 218.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 253 223 109 0 0.12 0.57 0.01 47.5 0.97 0.71
Hex FD DF 6D 0 C 39 1 30 61 47
Octal 375 337 155 0 14 71 1 60 141 107
Binary 11111101 11011111 1101101 0 1100 111001 1 110000 1100001 1000111

Color Harmonies of #FDDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF6D

Black with #FDDF6D

Text Example


Text Example

White with #FDDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF6D; }

 p { color: rgb(253,223,109); }

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

background-color css

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

 a { background-color: rgb(253,223,109); }

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

border-color css

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

 span { border-color: rgb(253,223,109); }

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