Html Css Color HEX #FDD96E Sweet Corn

📋 copy color: '#FDD96E'

red 253 ◦ green 217 ◦ blue 110

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

Shades of Sweet Corn #FDD96E

Tints of Sweet Corn #FDD96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.41%

 BLUE value IS 110 (43.36% from 255) = 18.97%

R = 43.62%
G = 37.41%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDD96E (or 0xFDD96E) is known color: Sweet Corn. HEX triplet: FD, D9 and 6E. RGB value is (253,217,110). Sum of RGB (Red+Green+Blue) = 253+217+110=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 110 (43.36% from 255 or 18.97% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD96E is #022691. Grayscale: #D8D8D8. Windows color (decimal): -140946 or 7264765. OLE color: 7264765.

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

Color convert

RGB 253 217 110 -
CMYK 0 0.14 0.57 0.01
HSL 44.9º 0.97% 0.71% -
HSV(B) 44.9º 0.57% 0.99% -
XYZ 68.14 71.63 24.99 -
YUV 215.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 253 217 110 0 0.14 0.57 0.01 44.9 0.97 0.71
Hex FD D9 6E 0 E 39 1 2D 61 47
Octal 375 331 156 0 16 71 1 55 141 107
Binary 11111101 11011001 1101110 0 1110 111001 1 101101 1100001 1000111

Color Harmonies of #FDD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD96E

Black with #FDD96E

Text Example


Text Example

White with #FDD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD96E; }

 p { color: rgb(253,217,110); }

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

background-color css

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

 a { background-color: rgb(253,217,110); }

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

border-color css

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

 span { border-color: rgb(253,217,110); }

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