Html Css Color HEX #FDDB72 Sweet Corn

📋 copy color: '#FDDB72'

red 253 ◦ green 219 ◦ blue 114

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

Shades of Sweet Corn #FDDB72

Tints of Sweet Corn #FDDB72

RGB

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

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

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

R = 43.17%
G = 37.37%
B = 19.45%

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

#FDDB72 (or 0xFDDB72) is known color: Sweet Corn. HEX triplet: FD, DB and 72. RGB value is (253,219,114). Sum of RGB (Red+Green+Blue) = 253+219+114=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB72 is #02248D. Grayscale: #D9D9D9. Windows color (decimal): -140430 or 7527421. OLE color: 7527421.

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

Color convert

RGB 253 219 114 -
CMYK 0 0.13 0.55 0.01
HSL 45.32º 0.97% 0.72% -
HSV(B) 45.32º 0.55% 0.99% -
XYZ 68.88 72.76 26.33 -
YUV 217.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 253 219 114 0 0.13 0.55 0.01 45.32 0.97 0.72
Hex FD DB 72 0 D 37 1 2D 61 48
Octal 375 333 162 0 15 67 1 55 141 110
Binary 11111101 11011011 1110010 0 1101 110111 1 101101 1100001 1001000

Color Harmonies of #FDDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB72

Black with #FDDB72

Text Example


Text Example

White with #FDDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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