Html Css Color HEX #FBE07A Sweet Corn

📋 copy color: '#FBE07A'

red 251 ◦ green 224 ◦ blue 122

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

Shades of Sweet Corn #FBE07A

Tints of Sweet Corn #FBE07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.44%

R = 42.04%
G = 37.52%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FBE07A (or 0xFBE07A) is known color: Sweet Corn. HEX triplet: FB, E0 and 7A. RGB value is (251,224,122). Sum of RGB (Red+Green+Blue) = 251+224+122=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE07A is #041F85. Grayscale: #DCDCDC. Windows color (decimal): -270214 or 8052987. OLE color: 8052987.

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

Color convert

RGB 251 224 122 -
CMYK 0 0.11 0.51 0.02
HSL 47.44º 0.94% 0.73% -
HSV(B) 47.44º 0.51% 0.98% -
XYZ 69.95 75.23 29.25 -
YUV 220.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 251 224 122 0 0.11 0.51 0.02 47.44 0.94 0.73
Hex FB E0 7A 0 B 33 2 2F 5E 49
Octal 373 340 172 0 13 63 2 57 136 111
Binary 11111011 11100000 1111010 0 1011 110011 10 101111 1011110 1001001

Color Harmonies of #FBE07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE07A

Black with #FBE07A

Text Example


Text Example

White with #FBE07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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