Html Css Color HEX #FDDB6D Sweet Corn

📋 copy color: '#FDDB6D'

red 253 ◦ green 219 ◦ blue 109

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

Shades of Sweet Corn #FDDB6D

Tints of Sweet Corn #FDDB6D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.69%

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

R = 43.55%
G = 37.69%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDDB6D (or 0xFDDB6D) is known color: Sweet Corn. HEX triplet: FD, DB and 6D. RGB value is (253,219,109). Sum of RGB (Red+Green+Blue) = 253+219+109=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB6D is #022492. Grayscale: #D9D9D9. Windows color (decimal): -140435 or 7199741. OLE color: 7199741.

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

Color convert

RGB 253 219 109 -
CMYK 0 0.13 0.57 0.01
HSL 45.83º 0.97% 0.71% -
HSV(B) 45.83º 0.57% 0.99% -
XYZ 68.6 72.65 24.88 -
YUV 216.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 253 219 109 0 0.13 0.57 0.01 45.83 0.97 0.71
Hex FD DB 6D 0 D 39 1 2E 61 47
Octal 375 333 155 0 15 71 1 56 141 107
Binary 11111101 11011011 1101101 0 1101 111001 1 101110 1100001 1000111

Color Harmonies of #FDDB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB6D

Black with #FDDB6D

Text Example


Text Example

White with #FDDB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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