Html Css Color HEX #FBDD71 Sweet Corn

📋 copy color: '#FBDD71'

red 251 ◦ green 221 ◦ blue 113

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

Shades of Sweet Corn #FBDD71

Tints of Sweet Corn #FBDD71

RGB

 RED value IS 251 (98.44% from 255) = 42.91%

 GREEN value IS 221 (86.72% from 255) = 37.78%

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

R = 42.91%
G = 37.78%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBDD71 (or 0xFBDD71) is known color: Sweet Corn. HEX triplet: FB, DD and 71. RGB value is (251,221,113). Sum of RGB (Red+Green+Blue) = 251+221+113=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD71 is #04228E. Grayscale: #DADADA. Windows color (decimal): -270991 or 7462395. OLE color: 7462395.

HSL color Cylindrical-coordinate representation of color #FBDD71: hue angle of 46.96º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBDD71 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 221 113 -
CMYK 0 0.12 0.55 0.02
HSL 46.96º 0.95% 0.71% -
HSV(B) 46.96º 0.55% 0.98% -
XYZ 68.62 73.41 26.18 -
YUV 217.66 68.94 151.78 -
System Red Green Blue C M Y K H S L
Decimal 251 221 113 0 0.12 0.55 0.02 46.96 0.95 0.71
Hex FB DD 71 0 C 37 2 2F 5F 47
Octal 373 335 161 0 14 67 2 57 137 107
Binary 11111011 11011101 1110001 0 1100 110111 10 101111 1011111 1000111

Color Harmonies of #FBDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD71

Black with #FBDD71

Text Example


Text Example

White with #FBDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD71; }

 p { color: rgb(251,221,113); }

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

background-color css

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

 a { background-color: rgb(251,221,113); }

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

border-color css

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

 span { border-color: rgb(251,221,113); }

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