Html Css Color HEX #FBDC71 Sweet Corn

📋 copy color: '#FBDC71'

red 251 ◦ green 220 ◦ blue 113

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

Shades of Sweet Corn #FBDC71

Tints of Sweet Corn #FBDC71

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.67%

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

R = 42.98%
G = 37.67%
B = 19.35%

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

#FBDC71 (or 0xFBDC71) is known color: Sweet Corn. HEX triplet: FB, DC and 71. RGB value is (251,220,113). Sum of RGB (Red+Green+Blue) = 251+220+113=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 113 (44.53% from 255 or 19.35% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC71 is #04238E. Grayscale: #D9D9D9. Windows color (decimal): -271247 or 7462139. OLE color: 7462139.

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

Color convert

RGB 251 220 113 -
CMYK 0 0.12 0.55 0.02
HSL 46.52º 0.95% 0.71% -
HSV(B) 46.52º 0.55% 0.98% -
XYZ 68.36 72.89 26.09 -
YUV 217.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 251 220 113 0 0.12 0.55 0.02 46.52 0.95 0.71
Hex FB DC 71 0 C 37 2 2F 5F 47
Octal 373 334 161 0 14 67 2 57 137 107
Binary 11111011 11011100 1110001 0 1100 110111 10 101111 1011111 1000111

Color Harmonies of #FBDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC71

Black with #FBDC71

Text Example


Text Example

White with #FBDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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