Html Css Color HEX #FDDB71 Sweet Corn

📋 copy color: '#FDDB71'

red 253 ◦ green 219 ◦ blue 113

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

Shades of Sweet Corn #FDDB71

Tints of Sweet Corn #FDDB71

RGB

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

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

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

R = 43.25%
G = 37.44%
B = 19.32%

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

#FDDB71 (or 0xFDDB71) is known color: Sweet Corn. HEX triplet: FD, DB and 71. RGB value is (253,219,113). Sum of RGB (Red+Green+Blue) = 253+219+113=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB71 is #02248E. Grayscale: #D9D9D9. Windows color (decimal): -140431 or 7461885. OLE color: 7461885.

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

Color convert

RGB 253 219 113 -
CMYK 0 0.13 0.55 0.01
HSL 45.43º 0.97% 0.72% -
HSV(B) 45.43º 0.55% 0.99% -
XYZ 68.82 72.74 26.04 -
YUV 217.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 253 219 113 0 0.13 0.55 0.01 45.43 0.97 0.72
Hex FD DB 71 0 D 37 1 2D 61 48
Octal 375 333 161 0 15 67 1 55 141 110
Binary 11111101 11011011 1110001 0 1101 110111 1 101101 1100001 1001000

Color Harmonies of #FDDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB71

Black with #FDDB71

Text Example


Text Example

White with #FDDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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