Html Css Color HEX #FBDC78 Sweet Corn

📋 copy color: '#FBDC78'

red 251 ◦ green 220 ◦ blue 120

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

Shades of Sweet Corn #FBDC78

Tints of Sweet Corn #FBDC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.3%

R = 42.47%
G = 37.23%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FBDC78 (or 0xFBDC78) is known color: Sweet Corn. HEX triplet: FB, DC and 78. RGB value is (251,220,120). Sum of RGB (Red+Green+Blue) = 251+220+120=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 120 (47.27% from 255 or 20.30% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC78 is #042387. Grayscale: #DADADA. Windows color (decimal): -271240 or 7920891. OLE color: 7920891.

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

Color convert

RGB 251 220 120 -
CMYK 0 0.12 0.52 0.02
HSL 45.8º 0.94% 0.73% -
HSV(B) 45.8º 0.52% 0.98% -
XYZ 68.77 73.05 28.25 -
YUV 217.87 72.77 151.63 -
System Red Green Blue C M Y K H S L
Decimal 251 220 120 0 0.12 0.52 0.02 45.8 0.94 0.73
Hex FB DC 78 0 C 34 2 2E 5E 49
Octal 373 334 170 0 14 64 2 56 136 111
Binary 11111011 11011100 1111000 0 1100 110100 10 101110 1011110 1001001

Color Harmonies of #FBDC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC78

Black with #FBDC78

Text Example


Text Example

White with #FBDC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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