Html Css Color HEX #FDDC70 Sweet Corn

📋 copy color: '#FDDC70'

red 253 ◦ green 220 ◦ blue 112

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

Shades of Sweet Corn #FDDC70

Tints of Sweet Corn #FDDC70

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.61%

 BLUE value IS 112 (44.14% from 255) = 19.15%

R = 43.25%
G = 37.61%
B = 19.15%

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

#FDDC70 (or 0xFDDC70) is known color: Sweet Corn. HEX triplet: FD, DC and 70. RGB value is (253,220,112). Sum of RGB (Red+Green+Blue) = 253+220+112=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC70 is #02238F. Grayscale: #DADADA. Windows color (decimal): -140176 or 7396605. OLE color: 7396605.

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

Color convert

RGB 253 220 112 -
CMYK 0 0.13 0.56 0.01
HSL 45.96º 0.97% 0.72% -
HSV(B) 45.96º 0.56% 0.99% -
XYZ 69.03 73.24 25.83 -
YUV 217.56 68.43 153.28 -
System Red Green Blue C M Y K H S L
Decimal 253 220 112 0 0.13 0.56 0.01 45.96 0.97 0.72
Hex FD DC 70 0 D 38 1 2E 61 48
Octal 375 334 160 0 15 70 1 56 141 110
Binary 11111101 11011100 1110000 0 1101 111000 1 101110 1100001 1001000

Color Harmonies of #FDDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC70

Black with #FDDC70

Text Example


Text Example

White with #FDDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC70; }

 p { color: rgb(253,220,112); }

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

background-color css

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

 a { background-color: rgb(253,220,112); }

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

border-color css

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

 span { border-color: rgb(253,220,112); }

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