Html Css Color HEX #FDDF6E Sweet Corn

📋 copy color: '#FDDF6E'

red 253 ◦ green 223 ◦ blue 110

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

Shades of Sweet Corn #FDDF6E

Tints of Sweet Corn #FDDF6E

RGB

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

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

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

R = 43.17%
G = 38.05%
B = 18.77%

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

#FDDF6E (or 0xFDDF6E) is known color: Sweet Corn. HEX triplet: FD, DF and 6E. RGB value is (253,223,110). Sum of RGB (Red+Green+Blue) = 253+223+110=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 110 (43.36% from 255 or 18.77% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF6E is #022091. Grayscale: #DBDBDB. Windows color (decimal): -139410 or 7266301. OLE color: 7266301.

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

Color convert

RGB 253 223 110 -
CMYK 0 0.12 0.57 0.01
HSL 47.41º 0.97% 0.71% -
HSV(B) 47.41º 0.57% 0.99% -
XYZ 69.71 74.78 25.51 -
YUV 219.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 253 223 110 0 0.12 0.57 0.01 47.41 0.97 0.71
Hex FD DF 6E 0 C 39 1 2F 61 47
Octal 375 337 156 0 14 71 1 57 141 107
Binary 11111101 11011111 1101110 0 1100 111001 1 101111 1100001 1000111

Color Harmonies of #FDDF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF6E

Black with #FDDF6E

Text Example


Text Example

White with #FDDF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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