Html Css Color HEX #FDDB6F Sweet Corn

📋 copy color: '#FDDB6F'

red 253 ◦ green 219 ◦ blue 111

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

Shades of Sweet Corn #FDDB6F

Tints of Sweet Corn #FDDB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.04%

R = 43.4%
G = 37.56%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDDB6F (or 0xFDDB6F) is known color: Sweet Corn. HEX triplet: FD, DB and 6F. RGB value is (253,219,111). Sum of RGB (Red+Green+Blue) = 253+219+111=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 111 (43.75% from 255 or 19.04% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB6F is #022490. Grayscale: #D9D9D9. Windows color (decimal): -140433 or 7330813. OLE color: 7330813.

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

Color convert

RGB 253 219 111 -
CMYK 0 0.13 0.56 0.01
HSL 45.63º 0.97% 0.71% -
HSV(B) 45.63º 0.56% 0.99% -
XYZ 68.71 72.69 25.45 -
YUV 216.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 253 219 111 0 0.13 0.56 0.01 45.63 0.97 0.71
Hex FD DB 6F 0 D 38 1 2E 61 47
Octal 375 333 157 0 15 70 1 56 141 107
Binary 11111101 11011011 1101111 0 1101 111000 1 101110 1100001 1000111

Color Harmonies of #FDDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB6F

Black with #FDDB6F

Text Example


Text Example

White with #FDDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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