Html Css Color HEX #FBE282 Sweet Corn

📋 copy color: '#FBE282'

red 251 ◦ green 226 ◦ blue 130

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

Shades of Sweet Corn #FBE282

Tints of Sweet Corn #FBE282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.42%

R = 41.35%
G = 37.23%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FBE282 (or 0xFBE282) is known color: Sweet Corn. HEX triplet: FB, E2 and 82. RGB value is (251,226,130). Sum of RGB (Red+Green+Blue) = 251+226+130=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE282 is #041D7D. Grayscale: #DEDEDE. Windows color (decimal): -269694 or 8577787. OLE color: 8577787.

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

Color convert

RGB 251 226 130 -
CMYK 0 0.10 0.48 0.02
HSL 47.6º 0.94% 0.75% -
HSV(B) 47.6º 0.48% 0.98% -
XYZ 71.01 76.51 32.15 -
YUV 222.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 251 226 130 0 0.10 0.48 0.02 47.6 0.94 0.75
Hex FB E2 82 0 A 30 2 30 5E 4B
Octal 373 342 202 0 12 60 2 60 136 113
Binary 11111011 11100010 10000010 0 1010 110000 10 110000 1011110 1001011

Color Harmonies of #FBE282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE282

Black with #FBE282

Text Example


Text Example

White with #FBE282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE282; }

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

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

background-color css

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

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

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

border-color css

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

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

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