Html Css Color HEX #FDDA71 Sweet Corn

📋 copy color: '#FDDA71'

red 253 ◦ green 218 ◦ blue 113

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

Shades of Sweet Corn #FDDA71

Tints of Sweet Corn #FDDA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.35%

R = 43.32%
G = 37.33%
B = 19.35%

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

#FDDA71 (or 0xFDDA71) is known color: Sweet Corn. HEX triplet: FD, DA and 71. RGB value is (253,218,113). Sum of RGB (Red+Green+Blue) = 253+218+113=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 113 (44.53% from 255 or 19.35% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA71 is #02258E. Grayscale: #D8D8D8. Windows color (decimal): -140687 or 7461629. OLE color: 7461629.

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

Color convert

RGB 253 218 113 -
CMYK 0 0.14 0.55 0.01
HSL 45º 0.97% 0.72% -
HSV(B) 45º 0.55% 0.99% -
XYZ 68.56 72.22 25.95 -
YUV 216.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 253 218 113 0 0.14 0.55 0.01 45 0.97 0.72
Hex FD DA 71 0 E 37 1 2D 61 48
Octal 375 332 161 0 16 67 1 55 141 110
Binary 11111101 11011010 1110001 0 1110 110111 1 101101 1100001 1001000

Color Harmonies of #FDDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA71

Black with #FDDA71

Text Example


Text Example

White with #FDDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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