Html Css Color HEX #FDDB73 Sweet Corn

📋 copy color: '#FDDB73'

red 253 ◦ green 219 ◦ blue 115

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

Shades of Sweet Corn #FDDB73

Tints of Sweet Corn #FDDB73

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

 BLUE value IS 115 (45.31% from 255) = 19.59%

R = 43.1%
G = 37.31%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDDB73 (or 0xFDDB73) is known color: Sweet Corn. HEX triplet: FD, DB and 73. RGB value is (253,219,115). Sum of RGB (Red+Green+Blue) = 253+219+115=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 115 (45.31% from 255 or 19.59% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB73 is #02248C. Grayscale: #D9D9D9. Windows color (decimal): -140429 or 7592957. OLE color: 7592957.

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

Color convert

RGB 253 219 115 -
CMYK 0 0.13 0.55 0.01
HSL 45.22º 0.97% 0.72% -
HSV(B) 45.22º 0.55% 0.99% -
XYZ 68.93 72.78 26.64 -
YUV 217.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 253 219 115 0 0.13 0.55 0.01 45.22 0.97 0.72
Hex FD DB 73 0 D 37 1 2D 61 48
Octal 375 333 163 0 15 67 1 55 141 110
Binary 11111101 11011011 1110011 0 1101 110111 1 101101 1100001 1001000

Color Harmonies of #FDDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB73

Black with #FDDB73

Text Example


Text Example

White with #FDDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB73; }

 p { color: rgb(253,219,115); }

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

background-color css

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

 a { background-color: rgb(253,219,115); }

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

border-color css

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

 span { border-color: rgb(253,219,115); }

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