Html Css Color HEX #FDDE6F Sweet Corn

📋 copy color: '#FDDE6F'

red 253 ◦ green 222 ◦ blue 111

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

Shades of Sweet Corn #FDDE6F

Tints of Sweet Corn #FDDE6F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.88%

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

R = 43.17%
G = 37.88%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDDE6F (or 0xFDDE6F) is known color: Sweet Corn. HEX triplet: FD, DE and 6F. RGB value is (253,222,111). Sum of RGB (Red+Green+Blue) = 253+222+111=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 111 (43.75% from 255 or 18.94% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE6F is #022190. Grayscale: #DBDBDB. Windows color (decimal): -139665 or 7331581. OLE color: 7331581.

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

Color convert

RGB 253 222 111 -
CMYK 0 0.12 0.56 0.01
HSL 46.9º 0.97% 0.71% -
HSV(B) 46.9º 0.56% 0.99% -
XYZ 69.5 74.27 25.71 -
YUV 218.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 253 222 111 0 0.12 0.56 0.01 46.9 0.97 0.71
Hex FD DE 6F 0 C 38 1 2F 61 47
Octal 375 336 157 0 14 70 1 57 141 107
Binary 11111101 11011110 1101111 0 1100 111000 1 101111 1100001 1000111

Color Harmonies of #FDDE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE6F

Black with #FDDE6F

Text Example


Text Example

White with #FDDE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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