Html Css Color HEX #FBDC6E Sweet Corn

📋 copy color: '#FBDC6E'

red 251 ◦ green 220 ◦ blue 110

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

Shades of Sweet Corn #FBDC6E

Tints of Sweet Corn #FBDC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.93%

R = 43.2%
G = 37.87%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FBDC6E (or 0xFBDC6E) is known color: Sweet Corn. HEX triplet: FB, DC and 6E. RGB value is (251,220,110). Sum of RGB (Red+Green+Blue) = 251+220+110=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 110 (43.36% from 255 or 18.93% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC6E is #042391. Grayscale: #D9D9D9. Windows color (decimal): -271250 or 7265531. OLE color: 7265531.

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

Color convert

RGB 251 220 110 -
CMYK 0 0.12 0.56 0.02
HSL 46.81º 0.95% 0.71% -
HSV(B) 46.81º 0.56% 0.98% -
XYZ 68.19 72.82 25.21 -
YUV 216.73 67.77 152.44 -
System Red Green Blue C M Y K H S L
Decimal 251 220 110 0 0.12 0.56 0.02 46.81 0.95 0.71
Hex FB DC 6E 0 C 38 2 2F 5F 47
Octal 373 334 156 0 14 70 2 57 137 107
Binary 11111011 11011100 1101110 0 1100 111000 10 101111 1011111 1000111

Color Harmonies of #FBDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC6E

Black with #FBDC6E

Text Example


Text Example

White with #FBDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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