Html Css Color HEX #FBE06A Sweet Corn

📋 copy color: '#FBE06A'

red 251 ◦ green 224 ◦ blue 106

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

Shades of Sweet Corn #FBE06A

Tints of Sweet Corn #FBE06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.24%

R = 43.2%
G = 38.55%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FBE06A (or 0xFBE06A) is known color: Sweet Corn. HEX triplet: FB, E0 and 6A. RGB value is (251,224,106). Sum of RGB (Red+Green+Blue) = 251+224+106=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 106 (41.80% from 255 or 18.24% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE06A is #041F95. Grayscale: #DBDBDB. Windows color (decimal): -270230 or 7004411. OLE color: 7004411.

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

Color convert

RGB 251 224 106 -
CMYK 0 0.11 0.58 0.02
HSL 48.83º 0.95% 0.7% -
HSV(B) 48.83º 0.58% 0.98% -
XYZ 69.04 74.86 24.45 -
YUV 218.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 251 224 106 0 0.11 0.58 0.02 48.83 0.95 0.7
Hex FB E0 6A 0 B 3A 2 31 5F 46
Octal 373 340 152 0 13 72 2 61 137 106
Binary 11111011 11100000 1101010 0 1011 111010 10 110001 1011111 1000110

Color Harmonies of #FBE06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE06A

Black with #FBE06A

Text Example


Text Example

White with #FBE06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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