Html Css Color HEX #FDDA72 Sweet Corn

📋 copy color: '#FDDA72'

red 253 ◦ green 218 ◦ blue 114

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

Shades of Sweet Corn #FDDA72

Tints of Sweet Corn #FDDA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.26%

 BLUE value IS 114 (44.92% from 255) = 19.49%

R = 43.25%
G = 37.26%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDDA72 (or 0xFDDA72) is known color: Sweet Corn. HEX triplet: FD, DA and 72. RGB value is (253,218,114). Sum of RGB (Red+Green+Blue) = 253+218+114=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 114 (44.92% from 255 or 19.49% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA72 is #02258D. Grayscale: #D9D9D9. Windows color (decimal): -140686 or 7527165. OLE color: 7527165.

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

Color convert

RGB 253 218 114 -
CMYK 0 0.14 0.55 0.01
HSL 44.89º 0.97% 0.72% -
HSV(B) 44.89º 0.55% 0.99% -
XYZ 68.62 72.24 26.25 -
YUV 216.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 253 218 114 0 0.14 0.55 0.01 44.89 0.97 0.72
Hex FD DA 72 0 E 37 1 2D 61 48
Octal 375 332 162 0 16 67 1 55 141 110
Binary 11111101 11011010 1110010 0 1110 110111 1 101101 1100001 1001000

Color Harmonies of #FDDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA72

Black with #FDDA72

Text Example


Text Example

White with #FDDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA72; }

 p { color: rgb(253,218,114); }

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

background-color css

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

 a { background-color: rgb(253,218,114); }

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

border-color css

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

 span { border-color: rgb(253,218,114); }

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