Html Css Color HEX #FDD86D Sweet Corn

📋 copy color: '#FDD86D'

red 253 ◦ green 216 ◦ blue 109

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

Shades of Sweet Corn #FDD86D

Tints of Sweet Corn #FDD86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.37%

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

R = 43.77%
G = 37.37%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDD86D (or 0xFDD86D) is known color: Sweet Corn. HEX triplet: FD, D8 and 6D. RGB value is (253,216,109). Sum of RGB (Red+Green+Blue) = 253+216+109=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 109 (42.97% from 255 or 18.86% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD86D is #022792. Grayscale: #D7D7D7. Windows color (decimal): -141203 or 7198973. OLE color: 7198973.

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

Color convert

RGB 253 216 109 -
CMYK 0 0.15 0.57 0.01
HSL 44.58º 0.97% 0.71% -
HSV(B) 44.58º 0.57% 0.99% -
XYZ 67.82 71.1 24.62 -
YUV 214.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 253 216 109 0 0.15 0.57 0.01 44.58 0.97 0.71
Hex FD D8 6D 0 F 39 1 2D 61 47
Octal 375 330 155 0 17 71 1 55 141 107
Binary 11111101 11011000 1101101 0 1111 111001 1 101101 1100001 1000111

Color Harmonies of #FDD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD86D

Black with #FDD86D

Text Example


Text Example

White with #FDD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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