Html Css Color HEX #FBE280 Sweet Corn

📋 copy color: '#FBE280'

red 251 ◦ green 226 ◦ blue 128

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

Shades of Sweet Corn #FBE280

Tints of Sweet Corn #FBE280

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.36%

 BLUE value IS 128 (50.39% from 255) = 21.16%

R = 41.49%
G = 37.36%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FBE280 (or 0xFBE280) is known color: Sweet Corn. HEX triplet: FB, E2 and 80. RGB value is (251,226,128). Sum of RGB (Red+Green+Blue) = 251+226+128=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE280 is #041D7F. Grayscale: #DEDEDE. Windows color (decimal): -269696 or 8446715. OLE color: 8446715.

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

Color convert

RGB 251 226 128 -
CMYK 0 0.10 0.49 0.02
HSL 47.8º 0.94% 0.74% -
HSV(B) 47.8º 0.49% 0.98% -
XYZ 70.88 76.46 31.44 -
YUV 222.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 251 226 128 0 0.10 0.49 0.02 47.8 0.94 0.74
Hex FB E2 80 0 A 31 2 30 5E 4A
Octal 373 342 200 0 12 61 2 60 136 112
Binary 11111011 11100010 10000000 0 1010 110001 10 110000 1011110 1001010

Color Harmonies of #FBE280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE280

Black with #FBE280

Text Example


Text Example

White with #FBE280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE280; }

 p { color: rgb(251,226,128); }

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

background-color css

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

 a { background-color: rgb(251,226,128); }

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

border-color css

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

 span { border-color: rgb(251,226,128); }

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