Html Css Color HEX #FBE076 Sweet Corn

📋 copy color: '#FBE076'

red 251 ◦ green 224 ◦ blue 118

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

Shades of Sweet Corn #FBE076

Tints of Sweet Corn #FBE076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.77%

 BLUE value IS 118 (46.48% from 255) = 19.9%

R = 42.33%
G = 37.77%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBE076 (or 0xFBE076) is known color: Sweet Corn. HEX triplet: FB, E0 and 76. RGB value is (251,224,118). Sum of RGB (Red+Green+Blue) = 251+224+118=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 118 (46.48% from 255 or 19.90% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE076 is #041F89. Grayscale: #DCDCDC. Windows color (decimal): -270218 or 7790843. OLE color: 7790843.

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

Color convert

RGB 251 224 118 -
CMYK 0 0.11 0.53 0.02
HSL 47.82º 0.94% 0.72% -
HSV(B) 47.82º 0.53% 0.98% -
XYZ 69.71 75.13 27.97 -
YUV 219.99 70.45 150.12 -
System Red Green Blue C M Y K H S L
Decimal 251 224 118 0 0.11 0.53 0.02 47.82 0.94 0.72
Hex FB E0 76 0 B 35 2 30 5E 48
Octal 373 340 166 0 13 65 2 60 136 110
Binary 11111011 11100000 1110110 0 1011 110101 10 110000 1011110 1001000

Color Harmonies of #FBE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE076

Black with #FBE076

Text Example


Text Example

White with #FBE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE076; }

 p { color: rgb(251,224,118); }

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

background-color css

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

 a { background-color: rgb(251,224,118); }

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

border-color css

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

 span { border-color: rgb(251,224,118); }

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