Html Css Color HEX #FBE16A Sweet Corn

📋 copy color: '#FBE16A'

red 251 ◦ green 225 ◦ blue 106

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

Shades of Sweet Corn #FBE16A

Tints of Sweet Corn #FBE16A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.66%

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

R = 43.13%
G = 38.66%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FBE16A (or 0xFBE16A) is known color: Sweet Corn. HEX triplet: FB, E1 and 6A. RGB value is (251,225,106). Sum of RGB (Red+Green+Blue) = 251+225+106=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 106 (41.80% from 255 or 18.21% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE16A is #041E95. Grayscale: #DBDBDB. Windows color (decimal): -269974 or 7004667. OLE color: 7004667.

HSL color Cylindrical-coordinate representation of color #FBE16A: hue angle of 49.24º 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 #FBE16A is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 225 106 -
CMYK 0 0.10 0.58 0.02
HSL 49.24º 0.95% 0.7% -
HSV(B) 49.24º 0.58% 0.98% -
XYZ 69.31 75.4 24.54 -
YUV 219.21 64.11 150.68 -
System Red Green Blue C M Y K H S L
Decimal 251 225 106 0 0.10 0.58 0.02 49.24 0.95 0.7
Hex FB E1 6A 0 A 3A 2 31 5F 46
Octal 373 341 152 0 12 72 2 61 137 106
Binary 11111011 11100001 1101010 0 1010 111010 10 110001 1011111 1000110

Color Harmonies of #FBE16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE16A

Black with #FBE16A

Text Example


Text Example

White with #FBE16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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