Html Css Color HEX #FBE074 Sweet Corn

📋 copy color: '#FBE074'

red 251 ◦ green 224 ◦ blue 116

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

Shades of Sweet Corn #FBE074

Tints of Sweet Corn #FBE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.63%

R = 42.47%
G = 37.9%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBE074 (or 0xFBE074) is known color: Sweet Corn. HEX triplet: FB, E0 and 74. RGB value is (251,224,116). Sum of RGB (Red+Green+Blue) = 251+224+116=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 116 (45.70% from 255 or 19.63% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE074 is #041F8B. Grayscale: #DCDCDC. Windows color (decimal): -270220 or 7659771. OLE color: 7659771.

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

Color convert

RGB 251 224 116 -
CMYK 0 0.11 0.54 0.02
HSL 48º 0.94% 0.72% -
HSV(B) 48º 0.54% 0.98% -
XYZ 69.59 75.08 27.35 -
YUV 219.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 251 224 116 0 0.11 0.54 0.02 48 0.94 0.72
Hex FB E0 74 0 B 36 2 30 5E 48
Octal 373 340 164 0 13 66 2 60 136 110
Binary 11111011 11100000 1110100 0 1011 110110 10 110000 1011110 1001000

Color Harmonies of #FBE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE074

Black with #FBE074

Text Example


Text Example

White with #FBE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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